Skip to content

Latest commit

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

🐧 Linux Command Practice

This repository contains my Linux command line practice, that I've done when I was learning about linux commands.

📚 Commands List

CommandDescription
catView or concatenate file contents
cdChange the current working directory
cpCopy files or directories
curlTransfer data from or to a URL
delDelete files (Windows)
dirList directory contents (Windows)
echoDisplay a message or variable value
fileShow file type information
headDisplay the first lines of a file
ipconfigDisplay IP configuration of the system (Windows)
lsList directory contents
manDisplay manual pages for commands
mkdirCreate a new directory
moreView file contents one screen at a time
mvMove or rename files/directories
nanoCommand-line text editor
pwdShow the current working directory path
revReverse the order of characters in each line
rmRemove files or directories
rmdirRemove an empty directory
statDisplay detailed file or filesystem information
tacDisplay file contents in reverse order
tailDisplay the last lines of a file
taskkillTerminate processes by ID or name (Windows)
tasklistShow a list of running processes (Windows)
touchCreate an empty file or update its timestamp
treeDisplay directories and subdirectories in a tree structure (Windows: built-in; Linux: may need install)
typeDisplay the contents of a file (Windows)

🔄 Compatibility Notes

  • See compatibility here
  • Git Bash supports many standard Linux utilities via the MSYS2 or MinGW environments.
  • PowerShell often uses aliases or cmdlets instead of native Linux binaries.
    Example:
    • ls → alias for Get-ChildItem
    • rm → alias for Remove-Item
  • Some commands (grep, man, vim) may need separate installation in Windows or Git Bash.

About

This repository contains the collection of Linux command examples, notes, and practice that I've done while learning and exploring various Linux Commands.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages