How to get yesterday's date - Unix Shell Scripting blogs
經安全檢測,此網站為安全網站,請放心前往原始網址!
How to get yesterday's date - Unix Shell Scripting blogs
In Unix Shell Scripting, many times we need to calculate dates for previous dates. Here is a simple example to get dates for few days back. #!/bin/bash # today's ...