https://github.com/sandysanthosh/super-putty-commands
Putty Commands
https://github.com/sandysanthosh/super-putty-commands
putty putty-commands super-putty
Last synced: 4 months ago
JSON representation
Putty Commands
- Host: GitHub
- URL: https://github.com/sandysanthosh/super-putty-commands
- Owner: sandysanthosh
- Created: 2018-01-12T19:20:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T17:15:24.000Z (about 6 years ago)
- Last Synced: 2025-10-04T02:50:53.256Z (9 months ago)
- Topics: putty, putty-commands, super-putty
- Homepage:
- Size: 297 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PUTTY-CMD
Putty Commands:
ls Show directory contents (list the names of files).
cd Change Directory.
mkdir Create a new folder (directory).
touch Create a new file.
rm Remove a file.
cat Show contents of a file.
pwd Show current directory (full path to where you are right now).
cp Copy file/folder.
mv Move file/folder.
grep Search for a specific phrase in file/lines.
find Search files and directories.
vi/nano Text editors.
history Show last 50 used commands.
clear Clear the terminal screen.
tar Create & Unpack compressed archives.
wget Download files from the internet.
du Get file size.
ls-list the file
date-date the file
nano file.c
mkdir->create directory
cd file name->open folder
cd-change directory
pwd->print working directory