Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. # Playing with CSV files
  2.  
  3. Consider a very very large CSV (big.csv) file with more than a million rows. You now need to know bash to do anything on it.
  4.  
  5. ## Splitting and mergin files
  6.  
  7. ## Filtering lines
  8.  
  9. ## Creating diffs
  10.  
  11. ## Counting stats
  12.  
  13. **Count lines** with `wc -l big.csv`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement