Search Results

Search: Posts Made By: VicoAndres
14,825
Posted By MadeInGermany
echo demofile{,.bak}works in bash, ksh, zsh (and...
echo demofile{,.bak}works in bash, ksh, zsh (and in csh)
echo test{1..8}.txtworks in bash and zsh only.
But the combination
echo uno{,3..4}does the {,} expansion only.
In your cp example the last...
14,825
Posted By Corona688
Please see my post above. tee can create...
Please see my post above. tee can create multiple files from one source.
14,825
Posted By Corona688
The 'tee' command can do nearly that. tee...
The 'tee' command can do nearly that.

tee uno{3..4} < inputfile It will also print to stdout.
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 05:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy