See following example:

$ echo ${.sh.version}
Version JMP 93u+ 2012-05-17
$
$ ls -l
total 3
lrwxrwxrwx 1 root root    3 2012-05-24 16:29 bar -> foo
-rw-r--r-- 1 root root 1993 2012-05-24 16:29 foo
$ cat bar >; bar
$ ls -l
total 3
-rw-r--r-- 1 root root 1993 2012-05-24 16:29 bar
-rw-r--r-- 1 root root 1993 2012-05-24 16:29 foo
$

Here the >; removed the symlink (bar) and recreated it as a normal
file. That's not what I want for most of the time.
_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to