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

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.)

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`
-