Practical Shell Commands for Data Scientists and Analysts - Command Line Tutorial

Practical Shell Commands for Data Scientists and Analysts - Command Line Tutorial

Samuel Chan via YouTube Direct link

mv move command

10 of 33

10 of 33

mv move command

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

Practical Shell Commands for Data Scientists and Analysts - Command Line Tutorial

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 Dataset from kaggle
  3. 3 Introduction to shell
  4. 4 date command in bash zsh
  5. 5 Shell variables
  6. 6 Environment variables vs Shell variables
  7. 7 cd change directory command
  8. 8 mkdir make directory command
  9. 9 rm -r remove recursively command
  10. 10 mv move command
  11. 11 pwd print working directory command
  12. 12 && in bash
  13. 13 unzip unzip a file command
  14. 14 ls list command
  15. 15 cp copy command
  16. 16 -v verbose option
  17. 17 wc wordcount command
  18. 18 * for wildcard
  19. 19 head / tail -n first / last n lines of file
  20. 20 | pipe character in shell
  21. 21 cut command in bash
  22. 22 shell redirection
  23. 23 attach to append to file
  24. 24 cat concatenate to print contents
  25. 25 cut -d, -f colnum for csv
  26. 26 sort command
  27. 27 uniq command
  28. 28 arithmetic add, minus etc in shell
  29. 29 $ for arithmetic expansion
  30. 30 expr to evaluate an expression in Unix
  31. 31 data cleansing / preparation / exploratory scenarios in shell bash
  32. 32 paste command
  33. 33 bc in shell basic calculator

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.