User Tools

Site Tools


linux:replace-characters-in-large-files

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:replace-characters-in-large-files [2023/10/09 09:58] odeftalinux:replace-characters-in-large-files [2023/10/09 09:59] (current) odefta
Line 15: Line 15:
 Get rid of " on the **first line only**: Get rid of " on the **first line only**:
 <code> <code>
-sed '1s/"//g' sample.csv+sed -i '1s/"//g' sample.csv
 </code> </code>
linux/replace-characters-in-large-files.1696834698.txt.gz · Last modified: 2023/10/09 09:58 by odefta