cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=RelWithDebInfo -GNinja -DUSE_SYSTEMD=OFF -DENABLE_BUBBLEWRAP_SANDBOX=OFF
awk -F";" '{print $1,$2,$3,$8,$11}' Artikelstamm.csv | grep -ia 7680519290012
msgfmt amiko.po -o amiko.mo
emerge --oneshot --nodeps setuptools
sudo ./certbot-auto certonly -d covgeo.ch
find . -size 0 -delete
ps -Af | grep readproctitle ps -auxf
awk -F";" '{print $1,$2,$3,$9}' Artikelstamm.csv | grep -ia prefemin
awk -F";" '{print $1,$2,$9}' Artikelstamm.csv | grep -i lamotrigin
awk '/UNA/,/UNZ/' deha-test-1.txt
while IFS= read -r line; do exactcure $line; done < cis_codes.txt https://dev.ywesee.com/uploads/att/exactcure_24.6.2020.zip
awk -F":" '{print $6}' output_file
see oneliners
xmllint --schema opentrans_2_1.xsd PLD_257444_Order_example.XML --noout > output_file 2>&1
Show Mail UID
curl -sv --netrc --url "imaps://imap.gmail.com:993/Inbox" --user "test@domain.com:1234" -X 'fetch 1:* (UID FLAGS)'
or more compact
curl --url "imaps://imap.gmail.com:993/Inbox" --user "user@domain.test:1234" -X 'fetch 1:* (UID FLAGS)'
Fetch Mail UID
curl --url "imaps://imap.gmail.com:993/Inbox;UID=44" --user "test@domain.com:1234" >> out_44
grab the base64 encoded string
awk '/To: undisclosed-recipients:;/&& getline, 0' out_44 >> out_44
Decode the message
base64 -di out_44
sudo svc -u /service/davaz.com sudo netstat -tulpn | grep 8007 sudo kill -9 "pid#" sudo netstat -tulpn | grep 8007 sudo svc -u /service/davaz.com sudo svstat /service/davaz.com
cd /home/zeno/.software/covid19_ch git config credential.helper store
then the script
#!/bin/bash cd /home/zeno/.software/covid19_ch export HOME=/home/zeno git pull git pull dd master git push
export GIT_MERGE_AUTOEDIT=no
gs -o cropped.pdf -sDEVICE=pdfwrite -c "[/CropBox [24 600 800 650]" -c "/PAGES pdfmark" -f covid-19_ge_situation_31_03_20.pdf
xrandr --output DVI-D-1 --auto --output DP-1 --auto --left-of DVI-D-1
xrandr --output DP-1 --off
qemu-img create -f qcow2 mac_hdd_90.img 90G virt-resize --expand /dev/sda2 mac_hdd.img mac_hdd_90.img https://mike42.me/blog/how-to-resize-a-windows-vm-image-with-virt-resize
sudo find / -type f -size +100000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'
diskutil list sudo diskutil apfs resizeContainer disk0s2 96.4G
sudo dmidecode -t 2
awk -F ";" 'BEGIN { OFS = ";" } FNR==NR{a[$1]=$2;next} ($1 in a) {print $1,$2,$3,$4,$5,a[$1]}' drugshortage.txt zr_umsatz_absatz.csv > out.csv
TIMESTAMP=$(date +%Y%m%d_%H%M)
https://stackoverflow.com/questions/21415525/comparing-two-files-with-awk-and-output-non-matching-lines grep -vFxf file2 file1
awk 'FNR==NR{a[$1];next}($1 in a){print}' file2 file1 grep -Ff File2 File1
http://www.unixcl.com/2010/04/remove-leading-zero-from-line-awk-sed.html
:1,$ s/^[0]*//
find -type f -exec du -Sh {} + | sort -rh | head -n 5