Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash awk remove one specific column

awk '!($5="")' tmp1.pdb > tmp2.pdb # remove chain 5th column input : tmp1.pdb  output :tmp2.pdb
Comment

PREVIOUS NEXT
Code Example
Shell :: where is /snap directory manjaro 
Shell :: export database ccli mysql 
Shell :: remove history from git branch 
Shell :: command line unzip linux sudo apt-get install unzip 
Shell :: grep extract pipe delimited 
Shell :: separate a file by pattern 
Shell :: using rsync for file management especially for dealing with remotely devices 
Shell :: open folder with cli 
Shell :: git revision plugin 
Shell :: heroku cli container select context folder 
Shell :: modify JSON values in place with jq 
Shell :: linux iso terminal command 
Shell :: surge unknown command error 
Shell :: npm start prevent browser 
Shell :: ubuntu show current path 
Shell :: Author identity unknown git bash both ang e type 
Shell :: download official emcascripten github repo 
Shell :: upload file to remote linux 
Shell :: remove directory in linux 
Shell :: Reset and sync local repository with remote branch 
Shell :: sudo apt install powerman 
Shell :: pass l to psql from linux 
Shell :: create permanent shortcut command ubuntu 
Shell :: Create a short command in bash using alias 
Shell :: check if any changes are stashed 
Shell :: can i setup 2fa for my ubuntu ssh 
Shell :: hadoop get files 
Shell :: dump date 
Shell :: eval assignment 
Shell :: use environment secret variable in helm 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =