Horje
awk split a csv file based on column value Code Example
awk split a csv file based on column value
awk -F, '{outfile=($1 ".csv") ; print substr($0,index($0,$2)) >>outfile ; close(outfile)}' <name_of_input_file




Shell

Related
shell script to enter a number and check the number is perfect number or not Code Example shell script to enter a number and check the number is perfect number or not Code Example
awk convert first character to lowercase Code Example awk convert first character to lowercase Code Example
ubuntu 20 show dock only on hover Code Example ubuntu 20 show dock only on hover Code Example
how to use valet to share localhost url to outside Code Example how to use valet to share localhost url to outside Code Example
atom disable shelling out for environment Code Example atom disable shelling out for environment Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11