Viewing profile — pwd_mkdb
pwd_mkdb
HN member- Joined
- Fri, Jun 03, 2016, 5:42 AM UTC
- HN karma
- 15
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About pwd_mkdb
No profile information was provided.
Recent public activity
-
comment
Comment #11838327
i try to write my scripts in such a way that if all newlines were lost, the script would still run. semicolons even where optional. requiring the use of bash for non-interactive us…
-
comment
Comment #11835175
nope. reminds me of comments where someone is purporting to be able to assess the quality of software based only on looking to see when the last changes to the source code were mad…
-
comment
Comment #11835156
my personal belief is that anything one can do in bash i can do in sh. not sure if that's really true in practice, but that's my belief. i never use bashisms because i do not know …
-
comment
Comment #11835146
concision gets me less code to read. that's how i define "readability". but if forum commments are any indication, i know my preferences do not follow the norm. most programmers se…
-
comment
Comment #11834395
i agree with your comment. limitation is what gives rise to creativity. however, consider that one can impose their own limitations. i can restrict myself to a subset of assembly, …
- comment
-
comment
Comment #11828617
that quote from the economist on the pinboard site is great. cheers.
-
comment
Comment #11828571
solution without using sed, grep and eval (yikes!); does this suffice? i probably missed something obvious; run with ./ case ${1-start} in start) # your script goes here... x=100 $…