queirozf.com

Entries by tag: unix

Including child/synonym tags

Dealing with Newline Issues on Text Files: Examples and Reference  09 Apr 2020    text-processing unix
How to work with problems in newline encodings in text files: Read More ›

Using Command-line Tools for Text Data Preprocessing: Examples and Reference  09 Nov 2019    gnu macos unix linux command-line data-science
Use native command-line tools for common tasks related to text preprocessing, like stripping bad characters, normalizing whitespace/newlines, replacing regular expressions, text normalization, etc. They're very fast and work surprisingly well. Read More ›

Unix cut command: Reference and Examples  22 Dec 2017    unix
The Unix cut command can be used for extracting parts of strings. It's very often used to parse command output. Read More ›