由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - linux shell cmd xargs question
相关主题
Shell script 问题如何run spark scala 代码,不用jar 的情况下?
谢谢大家!One More Question! Re: C 程序计算结果Questions about MAKEFILE
关于perl和linux shell script的书最经典有哪些? (转载)请教一个同时操作文件的问题
Questionhow to program a shell extension
急问一个Linux shell问题timer(linux/g++)?
Linux Shell 里面象 top 命令的那种自动刷新效果怎么做 ?[转载] Is there any tools in Linux to watch mem
Re: Linux Shell 里面象 top 命令的那种自动刷新效果怎么做 ?isinf 问题
菜鸟请教什么类型的项目需要linux下面的编程请问有哪些high performance TCP statck on LINUX?
相关话题的讨论汇总
话题: xargs话题: folder2话题: folder1话题: cmd话题: shell
进入Programming版参与讨论
1 (共1页)
s*****w
发帖数: 1527
1
say i want to copy all files from folder1 to folder2,
how to write in this way:
ls folder1 | xargs cp folder2
this won't work, what's the correct way pls ?
not a good example, but you get the idea. thanks !
w***g
发帖数: 5958
2
ls folder1 | xargs -I{} cp {} folder2

【在 s*****w 的大作中提到】
: say i want to copy all files from folder1 to folder2,
: how to write in this way:
: ls folder1 | xargs cp folder2
: this won't work, what's the correct way pls ?
: not a good example, but you get the idea. thanks !

s*****w
发帖数: 1527
3
谢大牛!

【在 w***g 的大作中提到】
: ls folder1 | xargs -I{} cp {} folder2
1 (共1页)
进入Programming版参与讨论
相关主题
请问有哪些high performance TCP statck on LINUX?急问一个Linux shell问题
为什么大部分C or C++都在linux下做?Linux Shell 里面象 top 命令的那种自动刷新效果怎么做 ?
奇怪的C Programming on Linux问题Re: Linux Shell 里面象 top 命令的那种自动刷新效果怎么做 ?
怎样在LINUX下C++程序里延迟1ms菜鸟请教什么类型的项目需要linux下面的编程
Shell script 问题如何run spark scala 代码,不用jar 的情况下?
谢谢大家!One More Question! Re: C 程序计算结果Questions about MAKEFILE
关于perl和linux shell script的书最经典有哪些? (转载)请教一个同时操作文件的问题
Questionhow to program a shell extension
相关话题的讨论汇总
话题: xargs话题: folder2话题: folder1话题: cmd话题: shell