You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be dangerous in the case where one expects to be deleting the symlink, but deletes the actual file.
% ll
-rw-r--r-- 1 ravi ravi 0 Aug 31 21:52 [1] a b
-rw-r--r-- 1 ravi ravi 0 Sep 1 12:04 [2] a & b
-rw-r--r-- 1 ravi ravi 0 Sep 2 16:40 [3] bacspace
-rw-r--r-- 1 ravi ravi 0 Sep 1 13:41 [4] double"
-rw-r--r-- 1 ravi ravi 0 Sep 14 17:15 [5] file
-rw-r--r-- 1 ravi ravi 0 Sep 1 13:42 [6] normal
-rw-r--r-- 1 ravi ravi 0 Sep 1 13:41 [7] single'
lrwxrwxrwx 1 ravi ravi 4 Sep 14 18:09 [8] symlink -> file
-rw-r--r-- 1 ravi ravi 0 Sep 1 13:40 [9] $dollar
% echo $e8
/home/ravi/code/scm_breeze/tmp/file
%
The text was updated successfully, but these errors were encountered:
This would be dangerous in the case where one expects to be deleting the symlink, but deletes the actual file.
The text was updated successfully, but these errors were encountered: