Search Results

Search: Posts Made By: zooby
3,011
Posted By nezabudka
Hi The string must be changed. Tools like awk,...
Hi
The string must be changed. Tools like awk, sed, and a shell script in the built-in programming language are suitable
This example on 'sed'
sed -r 's/([^,]*,){2}bcd,.*,(.){4}.*/&,\2/'
REMARK:...
1,801
Posted By Don Cragun
If you want to match characters in a certain...
If you want to match characters in a certain position with sed you have to create a basic regular expression that matches the desired number of characters at the start of the line followed by the...
Showing results 1 to 2 of 2

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