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
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
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
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
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
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
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
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