An open API service indexing awesome lists of open source software.

https://github.com/starnowski/bash-fun


https://github.com/starnowski/bash-fun

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# bash-fun

[![Build Status](https://travis-ci.org/starnowski/bash-fun.svg?branch=master)](https://travis-ci.org/starnowski/bash-fun)

# Useful links:
#Most common Bash date commands for timestamping
https://zxq9.com/archives/795

#Conditions in bash for files and strings
https://wiki.bash-hackers.org/commands/classictest

#Bash scripting cheatsheet
https://devhints.io/bash

#Sed tips
http://www.pement.org/sed/sed1line.txt

# Expect tool
https://linux.die.net/man/1/expect
https://www.geeksforgeeks.org/expect-command-in-linux-with-examples/