|
|
|
|
|
by cozzyd
3954 days ago
|
|
I imagine it's useful if you don't know all the commands you want to queue at the beginning. For example: nq ./my_awesome_analysis /data/complicated_file_with_long_name.dat
# um... what's the next file?
ls /data
nq ./my_awesome_analysis /data/even_more_complicated_path.dat
man rsync
nq rsync -avh --progress out* somewhere_else.net:
|
|