Skip to content
View kanngard's full-sized avatar

Block or report kanngard

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Bash script that copies the file in ... Bash script that copies the file in first argument to a new copy with current date and time as extension
    1
    #!/bin/bash
    2
    # Copies the file in first argument to a new copy with current date and time as extension. I usually create a backup copy of any file I will tamper to easily revert back to the old one.
    3
    # Usage:
    4
    # $jbc test.txt
    5
    # Copies test.txt into test.txt.yymmdd_HHMMSS, for instance test.txt.210704_112158