readme
This commit is contained in:
@@ -15,7 +15,6 @@ lsblk -lno type,name | grep part | awk '{ print "/dev/" $2 }' | select_option
|
|||||||
If you use the wrapper you can then pipe your output to more commands:
|
If you use the wrapper you can then pipe your output to more commands:
|
||||||
```bash
|
```bash
|
||||||
lsblk -lno type,name | grep part | awk '{ print "/dev/" $2 }' | ./wrapper.sh | xargs -I% echo Mounting %...
|
lsblk -lno type,name | grep part | awk '{ print "/dev/" $2 }' | ./wrapper.sh | xargs -I% echo Mounting %...
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### What about bash's `select`?
|
### What about bash's `select`?
|
||||||
|
|||||||
Reference in New Issue
Block a user