Skip to content
Snippets Groups Projects
Commit e87517d2 authored by Peter Gerwinski's avatar Peter Gerwinski
Browse files

Screenshots 30.10.2024: Shell-Skript, Unix-Jobs

parent f5098520
No related branches found
No related tags found
No related merge requests found
cassini/home/peter/bo/2024ws/dbs/20241030> ypdf s dbs-20241030.pdf
ls -lrt
^Z
[1]+ Angehalten ypdf s dbs-20241030.pdf
cassini/home/peter/bo/2024ws/dbs/20241030> ls -lrt
insgesamt 436
lrwxrwxrwx 1 peter peter 22 5. Okt 2016 pgslides.sty -> ../common/pgslides.sty
lrwxrwxrwx 1 peter peter 36 5. Okt 2016 logo-hochschule-bochum.pdf -> ../common/logo-hochschule-bochum.pdf
lrwxrwxrwx 1 peter peter 25 9. Apr 2018 Zeichen_123.pdf -> ../common/Zeichen_123.pdf
lrwxrwxrwx 1 peter peter 48 7. Okt 2018 logo-hochschule-bochum-cvh-text-v2.pdf -> ../common/logo-hochschule-bochum-cvh-text-v2.pdf
lrwxrwxrwx 1 peter peter 22 5. Apr 2021 pgscript.sty -> ../common/pgscript.sty
-rw-r--r-- 1 peter peter 1717 29. Okt 20:43 dbs-uebung-20241030.tex
-rw-r--r-- 1 peter peter 0 29. Okt 20:50 dbs-uebung-20241030.out
-rw-r--r-- 1 peter peter 653 29. Okt 20:50 dbs-uebung-20241030.aux
-rw-r--r-- 1 peter peter 35361 29. Okt 20:50 dbs-uebung-20241030.pdf
-rw-r--r-- 1 peter peter 19842 29. Okt 20:50 dbs-uebung-20241030.log
-rw-r--r-- 1 peter peter 21821 29. Okt 20:52 dbs-20241030.tex
-rw-r--r-- 1 peter peter 1099 29. Okt 20:52 dbs-20241030.vrb
-rw-r--r-- 1 peter peter 0 29. Okt 20:52 dbs-20241030.snm
-rw-r--r-- 1 peter peter 1468 29. Okt 20:52 dbs-20241030.out
-rw-r--r-- 1 peter peter 6829 29. Okt 20:52 dbs-20241030.aux
-rw-r--r-- 1 peter peter 626 29. Okt 20:52 dbs-20241030.toc
-rw-r--r-- 1 peter peter 4048 29. Okt 20:52 dbs-20241030.nav
-rw-r--r-- 1 peter peter 141170 29. Okt 20:52 dbs-20241030.pdf
-rw-r--r-- 1 peter peter 58463 29. Okt 20:52 dbs-20241030.log
-rw-r--r-- 1 peter peter 3602 29. Okt 21:05 dbs-2024ws-p1.tex
-rw-r--r-- 1 peter peter 0 29. Okt 21:05 dbs-2024ws-p1.out
-rw-r--r-- 1 peter peter 653 29. Okt 21:05 dbs-2024ws-p1.aux
-rw-r--r-- 1 peter peter 78391 29. Okt 21:05 dbs-2024ws-p1.pdf
-rw-r--r-- 1 peter peter 27633 29. Okt 21:05 dbs-2024ws-p1.log
-rwxr-xr-x 1 peter peter 195 29. Okt 22:07 loesung-1.sh
-rw-r--r-- 1 peter peter 1172 30. Okt 11:10 scripts-01.txt
cassini/home/peter/bo/2024ws/dbs/20241030> fg
ypdf s dbs-20241030.pdf
^Z
[1]+ Angehalten ypdf s dbs-20241030.pdf
cassini/home/peter/bo/2024ws/dbs/20241030> fg
ypdf s dbs-20241030.pdf
^Z
[1]+ Angehalten ypdf s dbs-20241030.pdf
cassini/home/peter/bo/2024ws/dbs/20241030> bg
[1]+ ypdf s dbs-20241030.pdf &
cassini/home/peter/bo/2024ws/dbs/20241030> jobs
[1]+ Läuft ypdf s dbs-20241030.pdf &
cassini/home/peter/bo/2024ws/dbs/20241030> fg %1
ypdf s dbs-20241030.pdf
^Z
[1]+ Angehalten ypdf s dbs-20241030.pdf
cassini/home/peter/bo/2024ws/dbs/20241030> bg
[1]+ ypdf s dbs-20241030.pdf &
cassini/home/peter/bo/2024ws/dbs/20241030>
cassini/home/peter/bo/2024ws/dbs/20241030> ypdf f dbs-uebung-20241030.pdf
cassini/home/peter/bo/2024ws/dbs/20241030> xpdf dbs-uebung-20241030.pdf
cassini/home/peter/bo/2024ws/dbs/20241030> find ypdf
find: ‘ypdf’: Datei oder Verzeichnis nicht gefunden
cassini/home/peter/bo/2024ws/dbs/20241030> which ypdf
/home/peter/usr/bin/ypdf
cassini/home/peter/bo/2024ws/dbs/20241030> ls -l $(which ypdf)
-rwxr-xr-x 1 peter peter 466 8. Okt 2023 /home/peter/usr/bin/ypdf
cassini/home/peter/bo/2024ws/dbs/20241030> file $(which ypdf)
/home/peter/usr/bin/ypdf: Bourne-Again shell script, ASCII text executable
cassini/home/peter/bo/2024ws/dbs/20241030> cat $(which ypdf)
#!/bin/bash
geometry=""
case "$1" in
p) geometry=1138x1622+946+-142; shift ;;
f) geometry=1440x1080+0+0; shift ;;
F) geometry=1920x1080+0+0; shift ;;
s) geometry=961x622-0+128; shift ;;
ss) geometry=961x750-0+128; shift ;;
esac
#case "$2" in
# p) geometry=1138x1622+946+-142 ;;
# f) geometry=1440x1080+0+0; ;;
# s) geometry=961x622-0+128 ;;
#esac
if [ -z "$geometry" ]; then
xpdf "$@" 2>/dev/null
else
xpdf -geometry "$geometry" -z page "$@" 2>/dev/null
fi
cassini/home/peter/bo/2024ws/dbs/20241030>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment