Horje
tsv to csv file bash Code Example
tsv to csv file bash
# On OSX you cannot use \t for tab.  
# Instead cntrl+v then insert a literal tab after s/
sed 's/ /,/g' input_file > output_file




Shell

Related
how to zip a folder in putty Code Example how to zip a folder in putty Code Example
setting Flask app variable Code Example setting Flask app variable Code Example
install adb on mac Code Example install adb on mac Code Example
react native toast Code Example react native toast Code Example
grep count lines Code Example grep count lines Code Example

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