We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes I want to watch something form the gz, we have watch inside zones from the GNU world. It would be nice to have in the gz too.
while [ 1 ]; do XXX && sleep N ; done
Is just not the same, especially the lack of '-d' in that one :)
The text was updated successfully, but these errors were encountered:
Added to 2017Q1/tools just now.
Sorry, something went wrong.
The 2016Q4 tool set will update with the next 2016Q4 rebuild.
mamash
No branches or pull requests
Sometimes I want to watch something form the gz, we have watch inside zones from the GNU world.
It would be nice to have in the gz too.
while [ 1 ]; do XXX && sleep N ; done
Is just not the same, especially the lack of '-d' in that one :)
The text was updated successfully, but these errors were encountered: