Search Results

Search: Posts Made By: Pavan Kumar19
2,363
Posted By Pavan Kumar19
Thanks a ton. You are absolutely right. It worked...
Thanks a ton. You are absolutely right. It worked now.
2,363
Posted By Pavan Kumar19
Yes, length is different. The actual file length...
Yes, length is different. The actual file length is 700 kb and it's reduced to 100 bytes.

---------- Post updated at 10:41 AM ---------- Previous update was at 10:39 AM ----------

When i open...
2,363
Posted By Pavan Kumar19
Curl to download using Linux not working
Good Morning.

I'm trying to download a file from a server. I was able to upload to the server successfully but when i download, i see the file name in my server but with some unknow data. The...
1,485
Posted By Pavan Kumar19
Hello Corona688 and Don, Thanks a lot....
Hello Corona688 and Don,

Thanks a lot. What you said is very true. It's working. It was my fault.

Thanks for saving my time.
1,485
Posted By Pavan Kumar19
It's generating the output like below. ...
It's generating the output like below.
$abcd$str$xyz

Expected output is
$abcd/str.xyz
1,485
Posted By Pavan Kumar19
Thanks for the details. I haven't explained it...
Thanks for the details. I haven't explained it better earlier. Below is the output I am expecting.

Input string
./abcd/str.xyz

output String
$abcd/str.xyz

I want sed to replace only ./...
1,485
Posted By Pavan Kumar19
I tried below where replacenames2.txt is the file...
I tried below where replacenames2.txt is the file to search and this is replacing the strings with just . as well.

sed -i 's|'./'|'$'|g' replacenames2.txt
1,485
Posted By Pavan Kumar19
sed search
Hello,

I know how to use sed for simple search but i need to search something like below in a file.

From the below string, i need to find and replace only ./ with a $ using sed.
...
Showing results 1 to 8 of 8

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