Viewing profile — bhpnpmg
bhpnpmg
HN member- Joined
- Tue, Mar 12, 2013, 3:07 AM UTC
- HN karma
- 2
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About bhpnpmg
No profile information was provided.
Recent public activity
-
comment
Comment #24667961
## key step: out=$((set -o xtrace;: "$@") 2>&1) # xtrace option shows us quoting for our args ## Cleanup $out # only 1 of the next 4 'left trims' is expected to change $out: out=${…
- comment
-
comment
Comment #24667929
I wrote bash function that leverages 'set -x' to get me the quoting in "$@" into a single bash env var say $job or in to a temp file. I use it from time to time -- pretty sure it's…
-
comment
Comment #21586616
# My Shortlist of News sources ## websites: ## ### " rel="nofollow">https://projectcensored.org/> ### ### " rel="nofollow">https://consortiumnews.com> ### ### " rel="nofollow">http…
-
comment
Comment #5359842
How about a script: a wrapper to run any other script or process, that logs both STDOUT and STDERR in one file, but prepends a short string of your choice for lines that are from S…