Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 255 Bytes

notes.md

File metadata and controls

14 lines (9 loc) · 255 Bytes
description
Some useful tricks

Notes

Remove trailing symbols

Copying text across platforms (e.g., Linux and Windows) may sometime results in trailing symbols. To resolve the issue:

sed -e "s/^M//" filename > newfilename