-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbadasscommands
50 lines (38 loc) · 1.05 KB
/
badasscommands
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
echo $(</etc/os-release)
pandoc --list-highlight-styles
pandoc --highlight-style=zenburn -o~/Desktop/baba.pdf ~/Desktop/bash.md -V geometry:margin=5mm
pandoc -V theme=Berlin --highlight-style=zenburn -t beamer bash.md -o bash.pdf
pandoc -V geometry:margin=5mm -V theme=Berlin --highlight-style=zenburn -t beamer bash.md -o bash.pdf
grep "o$" tx.txt
echo 10..55..5%
cat try.txt | cut -d " " -f 5
touch {fruit,potato,banana}
touch file_{1..30..2}
ls | wc -w
ls | more
lsusb -s 5
df -h
sudo blkid
sudo fdisk -l
ls --hide=*.mp4*
find . -name .DS_store -type f -delete
find /dir/to/search/ -type f -name "FILETOFIND-regex" -exec rm {} \;
ls | grep -xv "file.txt" | xargs rm
printenv | more
alias
for i in potato; do echo $i ; done
ls -l | wc -l
today=$(date +"%Y.%m.%d - %H:%M")
python3 -m venv .
. bin/activate
netstat -uno
netstat --tcp -n
ss -t
ss -u
ss -4
sudo systemd-resolve --statistics
sudo systemd-resolve --flush-caches
sha256sum myfile.iso
lsblk
sudo dd bs=4M if=path/to/input.iso of=/dev/sd<?> conv=fdatasync status=progress
yt-dlp -f best -a list.txt