Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 244 Bytes

helpful_linux_commands.md

File metadata and controls

24 lines (15 loc) · 244 Bytes

Helpful Linux Commands

get list of Jupyter Notebook sessions

jupyter notebook list

list CPU GPU memory usage:

htop

see GPU usage

nvidia smi

list number of lines in a file

wc -l file.csv