Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Linux-ism #4

@dotemacs

Description

@dotemacs

Hello, some of the commands that your script uses are very Linux specific which cause it to not work on non Linux systems. The commands:

  • md5sum
  • date - the options you pass it are GNU date specific
  • tac - can be replaced with awk '{print NR,$0}' | sort -nr | sed 's/^[0-9]* //'

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions