由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - a question about shell quote
相关主题
怎么把一个文件的每一行合并到另外一个文件的对应行?Help please: 2GB limit on file size
请教怎样使用tar压文件请问unix/Linux中设置共享目录
Help! How to replace string in a variable?diff -y: how to suppress the same lines?
怎样将一个大文件分成两个文件?question about appending file
compare which file is newershell script for column operation
[转载] compare请教一个文件处理的问题
怎么样循环执行一个命令?请诊断:
Remove core.xxxx files?请教一个问题
相关话题的讨论汇总
话题: quote话题: file2话题: file1
进入Unix版参与讨论
1 (共1页)
a***u
发帖数: 14
1
I ran the following:
>aa=$(ls -1)
>echo $aa
file1 file2
>echo "$aa"
file1
file2
Why in the case of double quote, files are printed one per line?
1 (共1页)
进入Unix版参与讨论
相关主题
请教一个问题compare which file is newer
help: how to copy files simultaneously to several folders[转载] compare
Re: help: how to copy files simultaneously to several folders怎么样循环执行一个命令?
Re: 为什么emacs自动给我加^M.Remove core.xxxx files?
怎么把一个文件的每一行合并到另外一个文件的对应行?Help please: 2GB limit on file size
请教怎样使用tar压文件请问unix/Linux中设置共享目录
Help! How to replace string in a variable?diff -y: how to suppress the same lines?
怎样将一个大文件分成两个文件?question about appending file
相关话题的讨论汇总
话题: quote话题: file2话题: file1