💾 Archived View for unixcat.coffee › techne › zsh.gmi captured on 2021-12-04 at 18:04:22. 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)'
Last updated: 2021-12-02