Search Results

Search: Posts Made By: ShawnMilo
2,777
Posted By ShawnMilo
tac temp.txt | perl -pe 's/,/\)/ if $. == 1' |...
tac temp.txt | perl -pe 's/,/\)/ if $. == 1' | tac

Perl one-liner. Pipe the file into it in reverse order (tac is cat, reversed), replace the first comma with a close-paren, then reverse it again...
Showing results 1 to 1 of 1

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