Search Results

Search: Posts Made By: Sandeep Lade
1,839
Posted By Sandeep Lade
try this sed 's/\(cron\)/\1\nnfsd/g' filename
try this
sed 's/\(cron\)/\1\nnfsd/g' filename
7,112
Posted By Sandeep Lade
The data_only , metadata_only options are...
The data_only , metadata_only options are available to know the content you want to dump from DB
7,112
Posted By Sandeep Lade
No, you can't change permission of a file until...
No, you can't change permission of a file until and unless you are the owner of the file/ you are a root user.
If you belongs to oracle user Group, you have read permission. So, you can copy the...
11,016
Posted By Sandeep Lade
Hello itkamaraj, is that a wrong solution ? ...
Hello itkamaraj,

is that a wrong solution ?

Thanks
Sandeep Lade
11,016
Posted By Sandeep Lade
Assume you have data in a file 'data.txt' you can...
Assume you have data in a file 'data.txt' you can achieve that using the below

cat data.txt | grep -o '\$\$\([^$ ]*\)\$\$' | sed 's/\$//g'

Thanks
Sandeep
6,395
Posted By Sandeep Lade
Hi Corona, Thanks for your reply . I...
Hi Corona,
Thanks for your reply . I understand the below command is not valid in FTP session
ftp> ls -lrt | tail -1
But is there any other way to find last updated file in a directory in remote...
6,395
Posted By Sandeep Lade
Using pipe in FTP session
Hi All , I want to use pipe in ftp session . Please let me know if there is any possibility

I have done FTP to a remote host with proper username and...
7,745
Posted By Sandeep Lade
if you use ls -l, the contents in the directory...
if you use ls -l, the contents in the directory listed as below.

drwxr-xr-x 3 truesrc staff 9728 Nov 15 18:37 exercises/
-rw-r--r-- 1 truesrc staff 155 Oct 8 12:52 fibbno.cc
...
Showing results 1 to 8 of 8

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