1 2 3 4 5 6 7 8
#!/usr/bin/bash # SJP 9 Nov 2021 # # Append the argument to a file, with datestamp theDate=$(\date -I) # ISO 8601, natch :wq