tr
Jump to navigation
Jump to search
↑ https://stackoverflow.com/a/9605450
wikipedia:tr (Unix) translate characters
Concatenate lines on a file:
tr -d '\n'
Concatenate/merge every 2 lines:
cat /path/tofile.txt | paste -d " " - -[1]
cat file | tr '\n' tr: when not truncating set1, string2 must be non-empty
tr --help
tr: illegal option -- -
usage: tr [-Ccsu] string1 string2
tr [-Ccu] -d string1
tr [-Ccu] -s string1
tr [-Ccu] -ds string1 string2
Related commands[edit]
See also[edit]
tr, tr -d, cut -d, awk -F, tr -dccat (man),cat -A,tac,more,less,tail,mtail,echo,stdin,tr,column,paste,truncate,logrotate,xzcatpv,progress,sort,ncat,virt-cat,awk,join,col,fold,tee,sponge,nfs-cat,journalctl, ccat, icat, EOF, lolcat, bat
Advertising: