Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 637 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 637 Bytes

my-shell-scripts

CI

A collection of shell scripts

Requirements

The supported platforms are as follows:

  • AmazonLinux 2023
  • RHEL 8
  • RHEL 9
  • Ubuntu 22.04

Scripts

pingconv

  • Script to convert UNIXTIME in ping command to datetime format.
  • Receive the output of the ping command on standard input.
Usage:
  pingconv [-jh]

Options:
  -j  Convert UNIXTIME to JST
  -h  Show help

listmd5

  • A script that outputs an MD5 list of each file based on the file list received as standard input.
Usage:
  listmd5