I hereby claim:
- I am r-pufky on github.
- I am rpufky (https://keybase.io/rpufky) on keybase.
- I have a public key whose fingerprint is 466E EC2B 6751 6C71 17C8 5CE3 A0BC 35D1 6698 BAB9
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| stat '%H %a %n' * |
| !$ - last word of the previous command that was entered (bash) | |
| !!:$ - equivalent to !$ | |
| $_ - last argument of the previously executed command | |
| Example: | |
| $ { echo foo; } | |
| foo | |
| $ echo "$_" | |
| foo |
| find / -nouser | |
| find / -nogroup |
| find . -type f -prune -exec sh -c 'mkdir -p "${0%.*}" && mv "$0" "${0%.*}"' {} \; |
| find . -type f -printf '%h\n' | sort | uniq -d |
| sed 's|\(.*\)/.*|\1|' |
| find . -type f -exec ffmpeg -i {} -y -vn -ab 320k -ac 2 -ar 48000 {}.mp3 \; |
| ip -o route get to 8.8.8.8 | sed -n 's/.*src \([0-9.]\+\).*/\1/p' |
| -480p - Run tenfoot in 480p rather than 1080p | |
| -720p - Run tenfoot in 720p rather than 1080p | |
| -accountrecovery - Perform account recovery | |
| -all_languages - show longest loc string from any language | |
| -bigpicture - Start in Steam Big Picture mode | |
| -cafeapplaunch - Launch apps in a cyber cafe context | |
| -candidates - Show libjingle candidates for local connection as they are processed | |
| -ccsyntax - Spew details about the localized strings we load | |
| -community - Set the community URL | |
| -complete_install_via_http - Run installation completion over HTTP by default |