cd vortrag/froscon-2017/ ll md5sum * md5sum * | sort time md5sum /boot/vmlinu* time md5sum ~/photo2/Namibia-2017/2017.06.04/* time crc32 ~/photo2/Namibia-2017/2017.06.04/* rpm -qf /usr/bin crc32 rpm -qf /usr/bin/crc32 time crc32 ~/photo2/Namibia-2017/2017.06.04/* find ~ find ~ | wc time find ~ -type f | wc time crc32 ~/photo2/Namibia-2017/2017.06.04/* find ~ -type f find ~ -type f -ls find ~ -type f -ls | awk '{ print $7 , $NF} ' find ~ -name "* *" find ~ -name "* *" | wc find ~ -type f -ls | awk '{ print $7 , $NF} ' | wc find ~ -type f -printf '%s %p' find ~ -type f -printf '%s %p\n' find ~ -type f -printf '%s\t%p\n' time find ~ -type f -printf '%s\t%p\n' | wc fre free time find ~ -type f -printf '%s\t%p\n' | wc time find ~ -type f -printf '%s\t%p\n' > F less F cut -d: -4 /etc/passwd cut -d: -f4 /etc/passwd cut -d' ' -1 F cut -d' ' -f1 F cut -d'\t' -f1 F cut -d' ' -f1 F cut -f1 F | head cut -f2 F | head cut -f2- F | head cut -f2 F | wc -c cut -f2- F | wc -c cut -f2- F | grep ' ' cut -f1 F | head cut -f1 F | sort -n | less cut -f1 F | sort -n -r | less cut -f1 F | sort -n -u | less cut -f1 F | sort -n | uniq -c | less find ~ -size 20c zcat 20c |wc zcat /home/harald/Mold/0608/M-060831-195352.gz |wc ls -l /home/harald/Mold/0608/M-060831-195352.gz % cut -f1 F | sort -n | uniq -c | less grep 'echo ' F less F cut -f1 F | sort -n | uniq -c | less cut -f1 F | sort -n | uniq -c | less cut -f1 F | sort -n | uniq -c | grep ' 1 ' | less cut -f1 F | sort -n | uniq -c | grep ' 2 ' | less -N cut -f1 F | sort -n | uniq -c | cut -f1 cut -f1 F | sort -n | uniq -c | cut -c-10 cut -f1 F | sort -n | uniq -c | cut -c-8 cut -f1 F | sort -n | uniq -c | cut -c-8 | sort -n | uniq -c | less cut -f1 F | sort -n | uniq -c | cut -c-8 | sort -n | grep 37330 cut -f1 F | sort -n | uniq -c | grep 37330 less F grep 3669 F grep "^3669 " F grep "^3669\t" F grep "3669\t" F grep "3669" F grep "3669\t" F grep "3669 " F grep "^3669 " F egrep "3669\t" F grep -e "3669\t" F grep "^3669 " F grep "^3669 " F | wc grep "^3669 " F grep "^3669 " F | cut -f2- grep "^3669 " F | cut -f2- | xargs ls -l -d grep "^3669 " F | cut -f2- | xargs ls -l -d | wc grep "^3669 " F | cut -f2- | xargs ls -l -d grep "^3669 " F | cut -f2- | xargs ls -l -d | wc grep "^3669 " F | cut -f2- | grep driver/Version_3.0/u-blox_Android_GNSS_Driver_v3.00/gps/asn1/Horvel.c ls -l /home/harald/gps/GT-750/GT-730F_USB Dongle/GT-730F_Driver/GT-730F_Android driver/Version_3.0/u-blox_Android_GNSS_Driver_v3.00/gps/asn1/Horvel.c ll zip folien froscon-2017-es-muss-mal-wieder-shell-sein* ll ls -l folien.zip ls -l find ~ -name \*.zip find ~ -name \*.zip | while read zip ; do unzip $zip ; done find ~ -name \*.zip | while read zip ; do unzip $zip ; done | less find ~ -name \*.zip | while read zip ; do unzip -l $zip ; done | less find ~ -name \*.zip | while read zip ; do unzip -l $zip | sed "s/^/$zip:/" ; done | less find ~ -name \*.zip | while read zip ; do unzip -l $zip | sed "s/^/$zip:/" ; done | wc find ~ -name \*.zip | while read zip ; do unzip -l "$zip" | sed "s/^/$zip:/" ; done | wc find ~ -name \*.zip | while read zip ; do unzip -l "$zip" | echo sed "s/^/$zip:/" ; done | wc find ~ -name \*.zip | while read zip ; do unzip -l "$zip" | echo sed "s/^/$zip:/" ; done | less find ~ -name \*.zip | while read zip ; do unzip -l "$zip" | echo sed "s|^|$zip:|" ; done | less find ~ -name \*.zip | while read zip ; do unzip -l "$ pwd grep "^3669 " F | cut -f2- | xargs ls -l -d | wc find ~ -size 3669c find ~ -size 3669c | xargs ls -ld | wc find ~ -size 3669c -print0 | xargs -0 ls -ld | wc grep "^3669 " F | cut -f2- echo Hallo St. aUGIUSTIN | tr A-Z a-z echo Hallo St. aUGIUSTIN | tr a-z A-Z echo Hallo St. aUGIUSTIN | tr -d a-z echo Hallo St. aUGIUSTIN | tr -d A-Z echo Hallo St. aUGIUSTIN | tr -cd A-Z echo Hallo St. aUGIUSTIN | tr -cd A-Z ;echo echo Hallo St. aUGIUSTIN | tr -cd A-Z echo Hallo St. aUGIUSTIN | tr -cd A-Z | less echo Hallo St. aUGIUSTIN | tr -cd A-Z | wc grep "^3669 " F | cut -f2- | tr ' grep "^3669 " F | cut -f2- | tr '\n' '\0' | xargs -0 ls -ld grep "^3669 " F | cut -f2- | tr '\n' '\0' | xargs -0 ls -ld | wc grep "^3669 " F | cut -f2- | tr '\n' '\0' | xargs -0 crc32 grep "^3669 " F | cut -f2- | tr '\n' '\0' | xargs -0 crc32 | sort | less grep "^3669 " F | cut -f2- | tr '\n' '\0' | xargs -0 crc32 | sort | cut -c-8 grep "^3669 " F | cut -f2- | tr '\n' '\0' | xargs -0 crc32 | sort | cut -c-8 | sort | uniq -c grep "^3669 " F | cut -f2- | tr '\n' '\0' | xargs -0 crc32 | sort | cut -c-8 | sort | uniq -c | sort -n grep "^3669 " F | cut -f2- | tr '\n' '\0' | xargs -0 crc32 | sort | grep 68c37d69 grep "^3669 " F | cut -f2- | tr '\n' '\0' | xargs -0 crc32 | sort man cut man uniq grep "^3669 " F | cut -f2- | tr '\n' '\0' | xargs -0 crc32 | sort | uniq -c grep "^3669 " F | cut -f2- | tr '\n' '\0' | xargs -0 crc32 | sort | uniq -c -w8 grep "^3669 " F | cut -f2- | tr '\n' '\0' | xargs -0 crc32 | sort | cut -c-8 | sort | uniq -c | sort -n grep "^3669 " F | cut -f2- | tr '\n' '\0' | xargs -0 crc32 | sort | cut -c-8 | sort | uniq -c | sort -n | grep -v ' 1 ' grep "^3669 " F | cut -f2- | tr '\n' '\0' | xargs -0 crc32 | sort grep "^3669 " F | cut -f2- | tr '\n' '\0' | xargs -0 crc32 | sort > C cat C grep "^3669 " F | cut -f2- | tr '\n' '\0' | xargs -0 crc32 | sort | cut -c-8 | sort | uniq -c | sort -n | grep -v ' 1 ' grep "^3669 " F | cut -f2- | tr '\n' '\0' | xargs -0 crc32 | sort | cut -c-8 | sort | uniq -c | sort -n | grep -v ' 1 ' | while read anz crc ; do grep $crc C ; echo ; done less F cut -f1 F | less cut -f1 F | sort -u -n | less cut -f1 F | sort -u -n | sed 1d | while read gr ; do echo ============ $gr ============== ; grep "^$gr " F | cut -f2- | tr '\n' '\0' | xargs -0 crc32 | sort | cut -c-8 | sort | uniq -c | sort -n | grep -v ' 1 ' | while read anz crc ; do grep $crc C ; echo ; done ;done set -x pwd cut -f1 F | sort -u -n | sed 1d | while read gr ; do echo ============ $gr ============== ; grep "^$gr " F | cut -f2- | tr '\n' '\0' | xargs -0 crc32 | sort | cut -c-8 | sort | uniq -c | sort -n | grep -v ' 1 ' | while read anz crc ; do grep $crc C ; echo ; done ;done cut -f1 F | sort -u -n | sed 1d | while read gr ; do echo ============ $gr ============== ; grep "^$gr " F | cut -f2- | tr '\n' '\0' | xargs -0 crc32 | sort | cut -c-8 | sort | uniq -c | sort -n | grep -v ' 1 ' | while read anz crc ; do grep $crc C ; echo ; done ;done set +x cut -f1 F | sort -u -n | sed 1d | while read gr ; do echo ============ $gr ============== ; grep "^$gr " F | cut -f2- | tr '\n' '\0' | xargs -0 crc32 | sort | cut -c-8 | sort | uniq -c | sort -n | grep -v ' 1 ' | while read anz crc ; do grep $crc C ; echo ; done ;done set +x set -x cut -f1 F | sort -u -n | sed 1d | while read gr ; do echo ============ $gr ============== ; grep "^$gr " F | cut -f2- | tr '\n' '\0' | xargs -0 crc32 | sort | cut -c-8 | sort | uniq -c | sort -n | grep -v ' 1 ' | while read anz crc ; do grep $crc C ; echo ; done ;done less C ll C pwd cut -f1 F | sort -u -n | sed 1d | while read gr ; do echo ============ $gr ============== ; grep "^$gr " F | cut -f2- | tr '\n' '\0' | xargs -0 crc32 | sort > C ; grep "^$gr " F | cut -f2- | tr '\n' '\0' | xargs -0 crc32 | sort | cut -c-8 | sort | uniq -c | sort -n | grep -v ' 1 ' | while read anz crc ; do grep $crc C ; echo ; done ;done set +x cut -f1 F | sort -u -n | sed 1d | while read gr ; do echo ============ $gr ============== ; grep "^$gr " F | cut -f2- | tr '\n' '\0' | xargs -0 crc32 | sort > C ; grep "^$gr " F | cut -f2- | tr '\n' '\0' | xargs -0 crc32 | sort | cut -c-8 | sort | uniq -c | sort -n | grep -v ' 1 ' | while read anz crc ; do grep $crc C ; echo ; done ;done | less hexdump -C /home/harald/download/ols-0.9.1/felix-cache/bundle7/bundle.startlevel % cut -f1 F | sort -u -n -r | sed 1d | while read gr ; do echo ============ $gr ============== ; grep "^$gr " F | cut -f2- | tr '\n' '\0' | xargs -0 crc32 | sort > C ; grep "^$gr " F | cut -f2- | tr '\n' '\0' | xargs -0 crc32 | sort | cut -c-8 | sort | uniq -c | sort -n | grep -v ' 1 ' | while read anz crc ; do grep $crc C ; echo ; done ;done | less find ~ -type f -print0 | xargs -0 crc32 > CC& less C cat CC uniq -c -w 8 CC |sort -nr| less fdupes ~ fdupes -r ~ less CC ll -tr fdupes -r ~ | tee FD sync ll -tr history > froscon-2017-es-muss-mal-wieder-shell-sein.history-2.txt