Skip to content

Instantly share code, notes, and snippets.

View bruce3401's full-sized avatar
🎸
Focusing

Diya Li bruce3401

🎸
Focusing
  • ESRI
  • Beijing, China
View GitHub Profile
@bruce3401
bruce3401 / gist:5c76fe5a285700acc052a79e61e264ec
Created May 13, 2019 02:42
Get Stuff From Fine Print Stdout
$(<command> | grep <something I want to grep> | awk '{print <the line I wants to get, e.g. $1>}')
@bruce3401
bruce3401 / gist:37a9ca3d3085087cc59d0f62809cd0a2
Last active May 13, 2019 02:45
Docker SwitchDaemon on Windows
cd "C:\Program Files\Docker\Docker"
./DockerCli.exe -SwitchDaemon
# I should switch back if I still needs the original Daemon