DEV Community

Discussion on: 🐧Terminal commands that I use every time.

Collapse
 
michalzareba0001 profile image
Michal

I will add:

filename - to create a file
rm filename - to delete a file
mk dir name - to create folder
rm dir name - to remove folder

And i live Typescript so:
tsc filename.ts - to compile 😁

Collapse
 
theabhayprajapati profile image
Abhay Prajapati

osm man, i didn't mentioned these