xargs I already have full command set
Posted
by dorelal
on Stack Overflow
See other posts from Stack Overflow
or by dorelal
Published on 2010-03-10T03:51:07Z
Indexed on
2010/06/10
19:32 UTC
Read the original article
Hit count: 245
I have a file like this.
rm a.txt
mkdir foo
cp a.doc docs
I am used to xargs but following command is not doing anything.
cat commands.txt | xargs -l1
© Stack Overflow or respective owner