Search Results

Search: Posts Made By: Heidi Heweidy
4,118
Posted By rdrtx1
for GNU sed, try: sed -i -e '1,137097!d' infile
for GNU sed, try:
sed -i -e '1,137097!d' infile
2,748
Posted By Skrynesaver
perl -ne 'chomp;print join("...
perl -ne 'chomp;print join(" ",(reverse(split(/\s+/,$_)))),"\n";' filename
Showing results 1 to 2 of 2

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