https://github.com/pythoncoderunicorn/bash
my notes from Bash Pocket Reference (2nd Ed.)
https://github.com/pythoncoderunicorn/bash
Last synced: 2 months ago
JSON representation
my notes from Bash Pocket Reference (2nd Ed.)
- Host: GitHub
- URL: https://github.com/pythoncoderunicorn/bash
- Owner: PythonCoderUnicorn
- Created: 2024-02-06T22:13:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T00:57:04.000Z (over 2 years ago)
- Last Synced: 2025-12-26T15:11:37.384Z (5 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bash
my notes from Bash Pocket Reference (2nd Ed.)
- store IP address variable `ip=10.10.x.x` then `echo $ip`
-