Search Results

Search: Posts Made By: Akshay Hegde
12,750
Posted By Akshay Hegde
$ cat file id,name 1,neo 2,pull $ awk...
$ cat file
id,name
1,neo
2,pull

$ awk 'BEGIN{FS=OFS=","}{print $0,( NR==1 ? "status" OFS "entry" OFS "g_id" : "done" OFS "2019-11-01T07:14:23" OFS "pass")}' file
id,name,status,entry,g_id...
Showing results 1 to 1 of 1

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