Search Results

Search: Posts Made By: poliver
12,469
Posted By Scrutinizer
Try: sed "s/,\([^']\)/.\1/3" infile
Try:
sed "s/,\([^']\)/.\1/3" infile
1,378
Posted By bartus11
perl -pe 's/\[(\d)[^\]]*\]\*?/\1/g'...
perl -pe 's/\[(\d)[^\]]*\]\*?/\1/g' file_regex.txt > output_file.txt
1,378
Posted By neutronscott
sed 's/\[\([0-9]\)[^]]*\][*?]*/\1/g'...
sed 's/\[\([0-9]\)[^]]*\][*?]*/\1/g' file_regex.txt > output_file.txt
Showing results 1 to 3 of 3

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