# This file contains some commands that I am too lazy to remember # there are also some bookmarks # mail me: wake at envs dot net # irc: wake on tilde.chat # 2021-10-09T18:17:28+05:30 hello! 2021-10-09T20:32:44+05:30 https://zsh.sourceforge.io/Doc/Release/Prompt-Expansion.html 2021-10-13T09:05:27+05:30 change extension: for x in *.php; do mv "$x" "${x%.php}.html"; done 2021-10-26T08:16:00+05:30 mirror a site - $wget -mkxKE -e robots=off http://www.example.org/ 2021-10-26T08:20:53+05:30 mirror a section of that site - wget --mirror --page-requisites --adjust-extension --no-parent --convert-links --directory-prefix=sousers http://stackoverflow.com/users 2022-03-20T22:22:10+05:30 hello there