[dot] PATH
A blog dedicated to my Linux experience and other great tools.
Thursday, December 17, 2015
String manipulation with bash
String manipulation with bash
for each in *.txt; do echo ${each/.txt/.pdb};done
${string:position}
paste -d '\n' file1 file2
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment