-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommands
More file actions
102 lines (98 loc) · 808 Bytes
/
commands
File metadata and controls
102 lines (98 loc) · 808 Bytes
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
source .
echo
sleep
ps
top
kill
'python3 -m http.server --bind ... 3000'
ssh
scp
git
tar
vim
zip
cd
ll
echo $(( 1 + 5 ))
cat
head
tail
whoami
pwd
mkdir
rm
sudo
zypper
grep
find
screen
&
ctrl+c
ctrl+r
ctrl+z
ctrl+d
alt+.
curl
chmod
chown
. ..
wc
du
df
cut
sort
uniq
shuf
gpg
~/.bashrc
dos2unix
iconv -f ISO_8859-1 -t UTF-8 input.txt -o output.txt
dd
openssl
base64
ssh-keygen
tput bel
clear
reset
xkbmap
hexdump
ifconfig
cp
mv
man
which
$PATH
xrandr
less
tr
paste
xargs
tee
tty
who
w
uptime
whoami
logname
id
groups
last
last reboot
lastb
lastlog
uname
uname -a
uname -s
uname -n
uname -r
uname -v
uname -p
uname -o
Aufgaben:
LANG=C
search engine auf Englisch stellen
Pausenscript
Teilnehmer Umsetzungsplan
IFS anzeigen
Namensliste umdrehen (awk?)
Zufallszahl anzeigen (zufaelligen Teilnehmer auswaehlen)