layout | title | tags |
---|---|---|
manual |
wait - Statistics of command combinations using pipe |
statistic |
The commands before wait
: Pipe the result of the given command to wait
.
Command | percentage |
---|---|
w | 15% |
sleep | 15% |
ls | 10% |
nc | 10% |
echo | 10% |
dd | 10% |
rsync | 5% |
ping | 5% |
cat | 5% |
bc | 5% |
cd | 5% |
The commands after wait
: Pipe the result of wait
to the given command.
Command | Percentage |
---|---|
chmod | 13% |
w | 13% |
ss | 13% |
name | 13% |
date | 13% |
less | 6% |
echo | 6% |
sed | 6% |
sort | 6% |
grep | 6% |
Below are the scenarios for all command combinations above.
The description in the table is referenced from and can be used to search the one-line-command or the scripts in the website of CommandLineFu.
- Automatically sync current git project with remote host while editing
- Ping sweep without NMAP
- iso to USB with dd and show progress status
- Ping sweep without NMAP
- pretend to be busy in office to enjoy a cup of coffee
- 'hpc' in the box - starts a maximum of n compute commands modulo n controlled in parallel
- Automatically sync current git project with remote host while editing
- download a list of urls
- Automatically sync current git project with remote host while editing
- This command uses dd, pv, and dialog command to display an updated progress bar while using the dd command. This is useful to see the status of a dd in progress when creating very large dumps or coping hard disk devices using dd command.
- pretend to be busy in office to enjoy a cup of coffee
- 'hpc' in the box - starts a maximum of n compute commands modulo n controlled in parallel
- This command uses dd, pv, and dialog command to display an updated progress bar while using the dd command. This is useful to see the status of a dd in progress when creating very large dumps or coping hard disk devices using dd command.
- iso to USB with dd and show progress status
- Automatically sync current git project with remote host while editing
- Ping sweep without NMAP
- download a list of urls
- 'hpc' in the box - starts a maximum of n compute commands modulo n controlled in parallel
- iso to USB with dd and show progress status
- Trigger a command each time a file is created in a directory (inotify)
- Immediately put execute permission on any file saved/created in $HOME/bin
- Trigger a command each time a file is created in a directory (inotify)
- Immediately put execute permission on any file saved/created in $HOME/bin
- find examples of multiline idioms in Linux drivers source code
- Block all brute force attacks in realtime (IPv4/SSH)
- Send an email from the terminal when job finishes
- Send an email from the terminal when job finishes
- Send an email from the terminal when job finishes
- Send an email from the terminal when job finishes
- find examples of multiline idioms in Linux drivers source code
- Immediately put execute permission on any file saved/created in $HOME/bin
- Check host port access using only Bash:
- SAR - List top CPU usage spikes over the last month using sar.
- Block all brute force attacks in realtime (IPv4/SSH)