Search Results

Search: Posts Made By: junior-helper
3,259
Posted By junior-helper
You're welcome. This sed command makes use of...
You're welcome. This sed command makes use of "group capturing" and does following:

Short version: It matches a pattern of 18 numbers (from the beginning of the line, this is represented by the...
3,259
Posted By junior-helper
All right, I thought it were literal num's ;) ...
All right, I thought it were literal num's ;) Try this: sed 's/^\([0-9]\{18\}\) \([0-9]\)\./\1 0\2\./'
3,259
Posted By junior-helper
What/How does not work *exactly*?
What/How does not work *exactly*?
3,259
Posted By junior-helper
Try sed 's/^num \([0-9]\)\./num 0\1\./'
Try
sed 's/^num \([0-9]\)\./num 0\1\./'
Showing results 1 to 4 of 4

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