- List the files and folders directory
ls
ls -lshort cut for ls -l
ll (ls -l) better cd ..
up (cd..)up (n) directories
C\windows\Microsoft\Microsoft DotNet\6.0\Bin
up 3
C\windows\Microsoftcd + ll
cdl <dirname> Make and cd to dir
c\code\
mcd app1
c\code\app1 Print working dir and copies the path to the memmory
pwdsends you back where ever you came from
C\windows\Microsoft\Microsoft DotNet\6.0\Bin
up 3
C\windows\Microsoft
back
C\windows\Microsoft\Microsoft DotNet\6.0\Binopens windows explorer where you are currently
winopens windows explorer by passing path
win code\react\app1Shows the file content
cat package.jsonShows the file content with line numbers
cat package.json -lShows the file content and copies it
cat package.json -ccreates files
touch index.html
touch index.html about.html contact.htmlcreate folders
touch src js
src
js
Ultimate project creator
REM create for hotel website
touch index.html contact.html about.html rooms large.html double.html single.html .. css style.css js index.js vendor jquery.js .. .. reademe.md
index.html
contact.html
about.html
readme.md
rooms
large.html
double.html
single.html
css
style.css
js
index.js
vendor
jquery.js