Search Results

Search: Posts Made By: Pranav Bhasker
2,454
Posted By Pranav Bhasker
Comparing file ownership/permission and content of files located on two different servers
Hi All,

can some one suggest me a tool to compare file ownership/permission and contents of files located at two different unix servers?


Thanks,
Pranav
2,079
Posted By Pranav Bhasker
I have placed the newFile in a different...
I have placed the newFile in a different directory.
2,079
Posted By Pranav Bhasker
How to copy all the contents of a list of files present in a folder to a particular file?
Hi All,

I want to copy all the contents of a list of files in a folder to a particular file. i am using following command:
cat dir/* >> newFile.txtIt's not working.

Could you please help?
...
1,878
Posted By Pranav Bhasker
Thanks all for ur valuable suggestions :)
Thanks all for ur valuable suggestions :)
1,878
Posted By Pranav Bhasker
got the solution
We also need to remove '$' symbol and replace it with `.

Following code finally worked:

echo "Enter the folder name u want to access ... ";
read FOLDER;
version=`echo $FOLDER | awk...
1,878
Posted By Pranav Bhasker
Help on extracting a substring from the input string
Hi,

I am new to Unix. I am trying to extract a substring from an input string: Ex -

input string: deploy_v11_9_1
i want to extract and store the value v11_9_1 from the input string in a new...
Showing results 1 to 6 of 6

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