Search Results

Search: Posts Made By: bhargav_k
2,910
Posted By jayan_jay
$ for i in $(find /your/path/to/50files -type f...
$ for i in $(find /your/path/to/50files -type f -print); do echo "$i"; awk '/start/,/end/' $i >> tempfile; done
1,861
Posted By Vi-Curious
head -1 `ls /grid/abc*.txt | head -1`
head -1 `ls /grid/abc*.txt | head -1`
Showing results 1 to 2 of 2

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