Displaying 3 results from an estimated 3 matches for "myfilelist".
Did you mean:
filelist
2009 Dec 03
1
Feature Request: "SayNumberFiles"
...listen to the first one. Type 2 to leave", ...)
Being to get the list of sound files that SayNumber would play would be very
convenient to build concatenate several one into one temporary file. When
played with Read app, user wouldn't have to wait for the last part to type
its answer :
myfilelist = SayNumberFiles(23)
tempfile=concat( "You've got", myfilelist, "messages. Type 1 to listen to
the first one. Type 2 to leave")
Read (tempfile, ...)
Did I miss a workaround ?
What would you say about this feature request ?
Regards
-------------- next part -------------...
2007 Apr 16
1
copying base file rather than complete directory structure
I have a basic directory structure that I want to be able to copy in one of
two ways.
The base structure is /a/b/c under that structure I have /d/e and finally
files 'f'. I create a list of the /d/e/f files and put them in a file and
then use:
rsync -auvP /a/b/c --files-from=myFileList targetBaseDir
That works fine and I end up with /targetBaseDir/d/e/f
Now what I also want to do is to ignore the /d/e directories, so basically
rsync the files 'fi at the bottom of the directory structure directly into
targetbaseDir to end up with a result of /targetBaseDir/f
Is this poss...
2016 Oct 13
6
[Bug 12378] New: why i cannot exclude dir/files if using option "--files-from"
...; options together all files are synced anyhow.
eg.:
rsync -av -c --delete --relative --delete-excluded --exclude=".cache"
--exclude="mydirToExclude" /home .
it correctly doesn't copy the .cache folder.
but:
rsync -av -c --delete --relative --delete-excluded --files-from=myFileList.txt
--exclude=".cache" --exclude="mydirToExclude" /home .
does copy everything.
instead using a pattern such as --exclude="**myDirToExclude**"
doesn't copy all lines with that pattern
myFileList.txt is something like:
userName/.cache/mozilla/firefox/e9dwu0jm.d...