Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.21 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.21 KB

base

Build Status Coverage Status GoDoc

The base project implements basic file and text manipulation utilities.

The following tools are covered:

  • base64 - base64 encode or decode files
  • cat - concatenate files
  • echo - print arguments
  • hexdump - output hex dumps
  • md5sum - print MD5 checksums
  • mkdir - make directories
  • nc - read and write data across networks
  • sha1sum - print SHA1 checksums
  • sha256sum - print SHA256 checksums
  • sha512sum - print SHA512 checksums
  • sleep - suspend execution for an interval
  • sort - sort lines of text files

The following tools will be covered:

  • diff - compare files line by line
  • grep - search files for a pattern
  • strings - display printable strings
  • uniq - report or omit repeated lines

Public domain

The source code and any original content of this repository is hereby released into the public domain.