Search Results

Search: Posts Made By: sai_nj
3,754
Posted By sai_nj
Delete particular value from file using 'sed'
Hi,

I have two files test1,test2. If the number in test1 file exist in test2 then i want to remove that from test2 file.

Ex:
File- test1
12
13
14
15
==============
File- test2
1A~12...
4,218
Posted By sai_nj
same file will be in different location,i have to...
same file will be in different location,i have to cp latest file to other folder(overwrite) every month. I resolved that issue,see my reply. Thanks.
4,218
Posted By sai_nj
cp command issue
I found the issue,-p in cp command causing this problem.I tried copying file without -p and it works fine. It didn't allow even same group user if u use -p in cp command.

cp -p filename2 filename2...
4,218
Posted By sai_nj
cp command issue.
All,

I have files in directory,when i try to overwrite those files it gave operation not permitted error. I am using same group user (ina2) while overwritng this file.

Sample file :...
Showing results 1 to 4 of 4

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