1. SED to remove trailing spaces
cat tblist.txt | sed 's/^[ \t]*//;s/[ \t]*$//'
2.Join two files line to line
use paste file1 file2
cat tblist.txt | sed 's/^[ \t]*//;s/[ \t]*$//'
2.Join two files line to line
use paste file1 file2
Sphoot - A Marathi Word for "IMPROMPTU"
No comments:
Post a Comment