Y
Hacker News
new
|
ask
|
show
|
jobs
by
sigzero
3894 days ago
Sure if you control the environment and can install Ruby. grep/sed/awk are always installed.
2 comments
dragonwriter
3894 days ago
Presumably, if you write ruby all day, there is a good chance that the environments you encounter have ruby installed, as well (and they might be even be Windows environments, in which case grep/sed/awk are not "always installed.")
link
omarqureshi
3894 days ago
Portability becomes a problem though. GNU vs BSD sed/grep :(
link
adrusi
3894 days ago
They
do
have a shared subset of features defined by POSIX. It's limiting and takes discipline, but it's not really impractical.
link