Computer Science
General Computer Science articles :)
Monday, September 7, 2009
Removing punctuation from a file in Linux
To remove the punctuation from a file run the following command:
cat input_file | tr -d '[:punct:]' > output_file
1 comment:
abhawe
October 12, 2018 at 12:30 PM
thx
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
thx
ReplyDelete