Re: double click filenames with spaces

2007-08-15 Thread Matthew Woehlke
maryatthelake wrote: I am using voice recognition software (Dragon Naturally Speaking) with the bash shell. I have a command that double clicks on a filename then copies it and does a cd to it on the command line. Of course, the command doesn't work when there is a space in the filename (Wind

Re: double click filenames with spaces

2007-08-15 Thread Bob Proulx
maryatthelake wrote: > I am using voice recognition software (Dragon Naturally Speaking) with the > bash shell. I have a command that double clicks on a filename then copies it > and does a cd to it on the command line. Of course, the command doesn't > work when there is a space in the filename

Re: script using file dates

2007-08-15 Thread Bob Proulx
warnockm wrote: > I'm looking for an exisiting script, or a command to help w/ processing files > by date. I have a test website and need to upload only the files that have > been changed since the last upload. This sounds like the perfect application for use of rsync. > I'm thinking of creating

Re: completion always appends /

2007-08-15 Thread Harald Koenig
On Aug 15, [EMAIL PROTECTED] wrote: > Repeat-By: > > set rl_completion_append_character to '/' -- no idea how to trigger that > directly > > I _really_ would love to get rid of that annoying bug!!! update: thanks to the discussion with a colleague and many more tests we found a method to trigg

completion always appends /

2007-08-15 Thread H . Koenig
Configuration Information [Automatically generated, do not change]: Machine: amd64-linux OS: suse90 Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='amd64-linux' -DCONF_OSTYPE='suse90' -DCONF_MACHTYPE='x86_64-unknown-linux-gnu' -DCONF_VENDOR='unknown' -DLOCALEDIR='/usr/local/s

missing dependency breaks -j build occasionally (bash 3.2 pl 17)

2007-08-15 Thread Chris MacGregor
It happens rarely, but it just did. Building bash with "make -j5" came to a screeching halt with error below. Note that the job make was waiting to finish was generating the very file needed by nojobs.c. I presume that a dependency needs to be added someplace. Apologies for not including a

double click filenames with spaces

2007-08-15 Thread maryatthelake
I am using voice recognition software (Dragon Naturally Speaking) with the bash shell. I have a command that double clicks on a filename then copies it and does a cd to it on the command line. Of course, the command doesn't work when there is a space in the filename (Windows XP). I would lik

script using file dates

2007-08-15 Thread warnockm
I'm looking for an exisiting script, or a command to help w/ processing files by date. I have a test website and need to upload only the files that have been changed since the last upload. I'm thinking of creating a file list and the date of the last upload. if the modified date is after the da