https://github.com/starnowski/bash-fun
https://github.com/starnowski/bash-fun
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/starnowski/bash-fun
- Owner: starnowski
- Created: 2019-03-25T21:41:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-10T12:07:34.000Z (over 6 years ago)
- Last Synced: 2025-04-07T15:17:42.113Z (over 1 year ago)
- Language: Shell
- Size: 29.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bash-fun
[](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/