Hacker News new | ask | show | jobs
by actionowl 2581 days ago
Someone unfamiliar with shell commands will likely have just as much difficulty finding, installing, and using your script/package.
2 comments

You made a shell script because people unfamiliar with shell scripts might need to find files using the shell?

An alias like alias xsearch="grep -rnw -e" would probably replace what you just built and I hope anyone able to install your script could at least figure out how to edit and source their .bashrc file.

i did include an install.sh, so you just have to run that. what do you suggest to do to make it more simpler and easy?