Changes

Jump to navigation Jump to search
192 bytes added ,  12:15, 21 June 2018
no edit summary
==New Work==
 
=Commands=
 
To open a couple lines of a file:
head organizations-clean.txt -n 3
 
To replace "" with nothing in all of a file:
cat organizations.csv | sed s/\"\"//g > organizations-clean.txt
 
===Files===
108

edits

Navigation menu