Skip to content

Commit

Permalink
馃摝 NEW: get year's week
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Oct 17, 2018
1 parent d519b9c commit 8bd9210
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demo/shellscript.sh
Expand Up @@ -13,3 +13,6 @@ alias cd..="cd .." # Typo addressed.
# Recursively delete all `.DS_Store` files in the pwd.
alias rmds="find . -type f -name '*.DS_Store' -ls -delete"

# Get week number of the year.
alias week='date +%V'

0 comments on commit 8bd9210

Please sign in to comment.