Search Results

Search: Posts Made By: Ajay Venkatesan
8,912
Posted By Don Cragun
Or much more simply: awk -F'|' '{$4 = "F4"; $5...
Or much more simply:
awk -F'|' '{$4 = "F4"; $5 = "F5"}1' OFS='|' "$Iputfile" > "$OutputFile"
but you should verify that $Iputfile is correct. From your output file variable name I would have...
6,820
Posted By rajamadhavan
^ is the regex indicating the beginning of the...
^ is the regex indicating the beginning of the line.

This will change the prefix from 'x' to 'test'. As far as I know, you can only change the prefix and not the suffix. So the split files will be...
Showing results 1 to 2 of 2

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