我想做ls | grep something和cd列出的一件事。我尝试|和搜索,但没有找到。它在使用xargs吗?
ls | grep something
cd
|
xargs
bash ls
bash ×1
ls ×1