Skip to content

Instantly share code, notes, and snippets.

View ranjit485's full-sized avatar
🎯
Focusing

Ranjit Patil ranjit485

🎯
Focusing
View GitHub Profile
@ranjit485
ranjit485 / Linux Command Cheat Sheet with the most commonly used commands.md
Last active January 6, 2026 00:56
Linux and Termux Cheat Sheet by Ranjit485

Here’s a Linux Command Cheat Sheet with the most commonly used commands:


File and Directory Management

Command Description
ls List files and directories.
ls -l Long listing format (detailed view).
ls -a List all files, including hidden files.
<!doctype HTML>
<meta charset = 'utf-8'>
<html>
<head>
<script src='http://d3js.org/d3.v3.min.js' type='text/javascript'></script>
<script src='http://d3js.org/topojson.v1.min.js' type='text/javascript'></script>
<script src='http://datamaps.github.io/scripts/datamaps.all.min.js?v=1' type='text/javascript'></script>
<script src='http://cdnjs.cloudflare.com/ajax/libs/handlebars.js/1.0.0/handlebars.min.js' type='text/javascript'></script>