Skip to main content

cmd

 start .

code .


-------------------

( print working directory )


pwd  


----------------

( make directory )



mkdir <FOLDER NAME>   || md <FOLDER NAME>   


--------------------

( change directory )


cd || cd .  

cd <FOLDER NAME>

cd ..

cd ~

cd /


-----------------

( Listing )




ls || ls .

ls ..

ls ~

ls /

ls <FOLDER NAME>



--------------

( clear )


cls or clear



------------

( copy )


cp < original FILE NAME > < duplicate FILE NAME >



-------------------

( move )


mv < FILE NAME > < FILE NAME > < FOLDER NAME >


mv < FILE NAME > < FILE NAME > ..


NOTE : mv command can be used for renaming a file


mv < old FILE NAME > < new FILE NAME >


mv < old FOLDER NAME > < new FOLDER NAME >


-------------------

( delete file )


rm < FILE NAME >


--------------

( delete folder )


rmdir < FOLDER  NAME >


--------------


notepad <FILE NAME WITH EXTENSION>



-----------------------


curl --version


node --version


npm --version


choco -v


yarn --version


flutter --version


go version


gh --version


git --version


code --version


dotnet --version


python --version


g++ --version


gcc --version


gatsby --version


php --version


java -version *



javac --version


pip --version


composer --version


curl --version


ruby --version


nvm version


py -m django --version


---------------------------------------------






dir *.exe || dir *.pdf || dir * < FILE EXTENSION >


dir > dir.txt


type < FILE NAME >


type dir.txt



notepad /p sql.txt




ipconfig


ipconfig /all




Popular posts from this blog

Tarana - Music Player

Tarana  is a music player that offers features such as shuffle, song sharing, themed playlists, a variety of genres, search, and filters. video Live Demo on iamsonukushwaha.github.io/tarana Code here github.com/iamsonukushwaha/tarana

cool projects

Sonu Kumar Kushwaha has created several impressive projects, showcasing his creativity and technical prowess.  

Be a Flamingo In a Flock of Pigeons

                        To decipher the meaning of this saying, we need to start at the beginning. Flamingos are beautiful pink birds with unusual pink colored feathers. They are also unique for their “standing on one leg” pose, which no one knows for sure what it serves for. These birds can be found on almost every continent, but their uniqueness makes them a special experience for everyone lucky enough to see them in the wild. They live in large flocks and are very social birds. Because of these traits and their uniqueness, they are considered a rare and unusual appearance. On the other hand, pigeons are widely spread birds, as well, but they are a way more common sig...