https://github.com/pythoncoderunicorn/bash
my notes from Bash Pocket Reference (2nd Ed.)
https://github.com/pythoncoderunicorn/bash
Last synced: 7 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T00:57:04.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T20:23:56.209Z (12 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`
-