由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - Some simple Unix questions
相关主题
awk questionKorn shell script
[转载] 问个shell怎么写?cygwin 问题一问
Ask for your help!how to execute *.exe files?
How to find a file in the deep children directory?请教一个UNIX问题, 也许很低级, 谢谢
where is gcc?关于nohup的问题
[转载] UNIX下的一个奇怪问题!UNIX cpio problem
请教e-mail的设置怎样使UNIX下homepage目录下的内容
how to delete this directory?Help on Unix problem
相关话题的讨论汇总
话题: tmn话题: output话题: unix话题: directory话题: some
进入Unix版参与讨论
1 (共1页)
g*******n
发帖数: 1
1
I have some simple Unix questions. Hope to get answers here.
Thanks a lot!
1) How to make a mirror directory. Say if I have a directory
A, I want directory B is
the virtually linked to A. How to do it?
2)With such shell file:
tmn -i INPUT -o OUTPUT/output${1}.dat -r {1}
where tmn is a excutable file name, all the others are its
arguments. It's written
by someone else. It's supposed to work like that, if you let
${1} be 50 then it
should be
tmn -i INPUT -o OUTPUT/output50.dat -r 50
and if you let
m*****e
发帖数: 4193
2

ln -s A B
$1?

【在 g*******n 的大作中提到】
: I have some simple Unix questions. Hope to get answers here.
: Thanks a lot!
: 1) How to make a mirror directory. Say if I have a directory
: A, I want directory B is
: the virtually linked to A. How to do it?
: 2)With such shell file:
: tmn -i INPUT -o OUTPUT/output${1}.dat -r {1}
: where tmn is a excutable file name, all the others are its
: arguments. It's written
: by someone else. It's supposed to work like that, if you let

w*****n
发帖数: 94
3

The first argument of the shell script.

【在 m*****e 的大作中提到】
:
: ln -s A B
: $1?

1 (共1页)
进入Unix版参与讨论
相关主题
Help on Unix problemwhere is gcc?
呼唤 coconut[转载] UNIX下的一个奇怪问题!
UNIX 拷贝问题请教e-mail的设置
Unix 下的中文环境how to delete this directory?
awk questionKorn shell script
[转载] 问个shell怎么写?cygwin 问题一问
Ask for your help!how to execute *.exe files?
How to find a file in the deep children directory?请教一个UNIX问题, 也许很低级, 谢谢
相关话题的讨论汇总
话题: tmn话题: output话题: unix话题: directory话题: some