Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

tsv to csv file bash

# On OSX you cannot use 	 for tab.  
# Instead cntrl+v then insert a literal tab after s/
sed 's/ /,/g' input_file > output_file
Comment

PREVIOUS NEXT
Code Example
Shell :: how to see what files are committed in git 
Shell :: rename multiple files mac terminal 
Shell :: my terminator does not working properly 
Shell :: linux history delete line 
Shell :: let latest commit hash 
Shell :: docker sh: react-scripts: not found 
Shell :: apt slow inside lxc 
Shell :: flutter build apk github actions 
Shell :: flutter pub get taking too long 
Shell :: Copy folder while ignoring node_modules folder 
Shell :: git buffer 
Shell :: command line argument bash 
Shell :: linux make executable 
Shell :: create github repo with curl 
Shell :: how to remove cisco umbrella 
Shell :: git clone assigning a different local branch name 
Shell :: bash how to print the list of files in a directory 
Shell :: puppet install on centos 7 
Shell :: install kafka on ubuntu 20.04 
Shell :: centos history rollback 
Shell :: copy only directory contents to another directory 
Shell :: run xammp 
Shell :: cat ssh rsa 
Shell :: avro for debian 
Shell :: copy files from certain date linux 
Shell :: docker container network troubleshoot 
Shell :: contain sql commands in dockerfile 
Shell :: copy remote ssh key mac 
Shell :: git format-patch 
Shell :: Flutter plugin not installed; this adds Flutter specific functionality. 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =