Diff two large XML Files sdiff derma2go.xml oddb_article.xml | colordiff
Shorten Audio File ffmpeg -ss 00:00:00 -to 00:31:30 -i ost.m4a -c copy ost_kurz.m4a
Print numbers starting with 19 awk -F';' '{print $1,$2,$9,$13}' file.csv | grep "^19"
ffmpeg -loop 1 -i Bildschirmfoto\ 2022-06-17\ um\ 10.03.25.png -i Borderline.m4a -c:v libx264 -tune stillimage -c:a aac -b:a 192k -pix_fmt yuv420p -shortest Borderline.mp4
https://github.com/grauwoelfchen/shoe getting to know htmlgrid, sbsm and odba
awk '/ä/ && /4027992000005/' * | grep ä
bzcat 22:00-postgresql_database-ch_oddb-backup.bz2 | sudo -u postgres /usr/local/pg-10_1/bin/psql -p 5433 ch_oddb
pavucontrol
does not show any devices just do
pulseaudio -k
to kill all pulseaudio instances.
grep -E -o "\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,6}\b" file.txt