Search Results

Search: Posts Made By: b_u_n_1234
9,762
Posted By b_u_n_1234
try using sed s/=$//g text.file >result.file ...
try using
sed s/=$//g text.file >result.file

where text.file is the original file having = and line feed
and result.file is the resulting cleaned file with the = before the line feed deleted ...
18,709
Posted By b_u_n_1234
What i meant was .... Say i have a file...
What i meant was ....

Say i have a file called a.txt

now i create links to this files
....
ln a.txt link1.txt
ln a.txt link2.txt
and so on .

note that this links can be in different...
18,709
Posted By b_u_n_1234
Symbolic Links for a File
how do i get the list of symbolic link names for a particular file programatically
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 12:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy