Search Results

Search: Posts Made By: ikable
11,102
Posted By ikable
It's also not necessary to quote your $i element.
It's also not necessary to quote your $i element.
11,102
Posted By ikable
for i in `ls`; do <desired_command> $i; done ...
for i in `ls`; do <desired_command> $i; done



Please wrap all code, files input & output/errors in CODE tags.
It makes them far easier to read and preserves multiple spaces which can be very...
2,831
Posted By ikable
for L in 5 100 67 123; do sed -n "${L}p"...
for L in 5 100 67 123; do sed -n "${L}p" today.csv; done
Showing results 1 to 3 of 3

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