💾 Archived View for unixcat.coffee › techne › zsh.gmi captured on 2022-01-08 at 13:46:05. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-12-03)
-=-=-=-=-=-=-
Double quotes -> static: always the date when alias was created
alias dxd="echo $(date)"
Single quotes -> dynamic: the date when alias is invoked
alias dxs='echo $(date)'