由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - how to escape $ in shell script?
相关主题
bash script真难看懂求教 shell script
shell scripting 求助shell弱问
Shell 求助找不到命令的路径
shell scripting 问题问个 shell script 问题
问一下在linux下如何写这个命令ipython 使用总结
问问应该学用那个shell?请问Shell编程那本书适合初学者
如何对linux文件夹进行比对? (转载)Linux shell script book
一个shell script 的问题问一个给login shell传参数的问题
相关话题的讨论汇总
话题: script话题: escape话题: shell话题: awk话题: conflict
进入Linux版参与讨论
1 (共1页)
mw
发帖数: 525
1
cat abcde.txt | awk -F" " '{print $1}'
this $1 should conflict with the first argument of the script, right?
how can I avoid this situation?
!
thanks
x****s
发帖数: 921
2
no, it doesn't conflict with env variable.
Actually, it is pretty complicated to ref an env var in awk express, ex:
http://www.unix.com/unix-dummies-questions-answers/111768-use-awk-read-environment-variable.html
1 (共1页)
进入Linux版参与讨论
相关主题
问一个给login shell传参数的问题问一下在linux下如何写这个命令
zsh的确好用,希望主流distro用这个做default问问应该学用那个shell?
有人用ipython当shell用吗?如何对linux文件夹进行比对? (转载)
nxserver在ubuntu上怎么能够自动启动?一个shell script 的问题
bash script真难看懂求教 shell script
shell scripting 求助shell弱问
Shell 求助找不到命令的路径
shell scripting 问题问个 shell script 问题
相关话题的讨论汇总
话题: script话题: escape话题: shell话题: awk话题: conflict