Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 327 Bytes

File metadata and controls

13 lines (12 loc) · 327 Bytes

Example bash scripts for https://linuxhint.com/category/bash-programming/

  • generators
    • random-ips.sh (generates list of random ips)
    • square-matrix.sh (uses xargs to generate square matrix)
  • read functions
    • join.sh
    • map.sh
    • filter.sh
  • tests (test-*)
  • curl
  • debug
  • subshell functions