mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 21:07:00 +00:00
add xargs grep
This commit is contained in:
parent
aa54bddced
commit
540c89273a
@ -627,8 +627,11 @@ cat requirements.txt| xargs -n1 sudo pip install
|
|||||||
```bash
|
```bash
|
||||||
ls|xargs wc -l
|
ls|xargs wc -l
|
||||||
```
|
```
|
||||||
|
#####xargs and grep
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cat grep_list |xargs -I{} grep {} filename
|
||||||
|
```
|
||||||
|
|
||||||
##Find
|
##Find
|
||||||
[[back to top](#handy-bash-oneliner-commands-for-tsv-file-editing)]
|
[[back to top](#handy-bash-oneliner-commands-for-tsv-file-editing)]
|
||||||
|
Loading…
Reference in New Issue
Block a user