Last workday/weekday of the month


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. cal | awk '{print $2,$3,$4,$5,$6}' | tr -s '[:blank:]' '\n' | tail -1

Report this snippet


Comments


You need to login to view comments.