Search Results

Search: Posts Made By: rahulkav
3,724
Posted By rahulkav
sftp from solaris to windows 2008 hangs
Hi All,Our sftp connection from Solaris to windows 2008 hangs with following verbose output. From the output I can see that the connection itself ( key matching ) is successful , but I can't see sftp...
2,125
Posted By rahulkav
Thanks. I think makes sense. I need to go back to...
Thanks. I think makes sense. I need to go back to basic and find out from Dev how was the file created etc. cheers
2,125
Posted By rahulkav
Thanks for this. This binary file contain all the...
Thanks for this. This binary file contain all the accepted records in our application. I just want to find out how many records are accepted. Basically "wc -l {file}"
2,125
Posted By rahulkav
Binary files
Hi All,Is there anyway I can conver the binary file to ascii. I don't know the binary file format. file command just lists this as "data" file and when I view it has a lot of non-printable...
43,503
Posted By rahulkav
Thanks for your answer Alister and in fact all...
Thanks for your answer Alister and in fact all who contributed. Now looking at man find makes more sense :-)
43,503
Posted By rahulkav
ls -lt on find command
Hi Guys...I would like to use find command to search certain type of files and then ls -lt in time order.find . -name "test.txt" -exec ls -lt {} \; or find . -name "bi_job_control.console" -exec ls...
4,995
Posted By rahulkav
using the exported variable after su
Dear All,How can use a variable which I have exported when I am logged into one user to be used once I su to another user.something like 1.Login to Unix box as user12. export var1="TEST"3. su -...
11,972
Posted By rahulkav
thanks for your answer. Could you explain how...
thanks for your answer. Could you explain how does '(X)Tj$' work. pdf is a binary file isn't it. on my version it is giving following error:
grep: illegal option -- q
Usage: grep -hblcnsviw...
11,972
Posted By rahulkav
how to find watermark in a pdf
Hi All,

I have a few pdf files some of which have a watermark on it and my task is to find which all invoices have watermark without actually printing them.
Is there any way we can do this in...
8,005
Posted By rahulkav
Hi All, ths for you replies. sed -n...
Hi All, ths for you replies. sed -n '/Date/,/Date/p' filename | sed '/Date/d' is giving me exact output as needed.
8,005
Posted By rahulkav
simple grep will not help because I know the...
simple grep will not help because I know the starting pattern and end pattern and I need all the text between these two patterns.
8,005
Posted By rahulkav
Extracting specific text from a file
Dear All,

I have to extract a a few lines from a log file and I know the starting String and end string(WHich is same ). Is there any simplere way using sed - awk.

e.g. from the following...
Forum: Linux 09-22-2008
7,884
Posted By rahulkav
Hi Following: tr -d '\012' This will...
Hi Following:

tr -d '\012'

This will delete the Enter( New Line ) Characters.

So something like:

cat file1 | tr -d '\012' > file2

cheers,
RK....
16,835
Posted By rahulkav
Thanks a lot for ur help. stat function is...
Thanks a lot for ur help. stat function is working perfectly fine

use (http://perldoc.perl.org/functions/use.html) File::stat;
$sb = stat...
16,835
Posted By rahulkav
ls -e to find out File modification time in secs
Hi All,

I would like to know the file modification time till seconds in Unix. So I tried ls -e and it worked fine. This Solaris 5.10

-rw-rw-r-- 1 test admin 22 Sep 12 11:01:37 2008...
4,176
Posted By rahulkav
number of working days
Hi There,

Can you help me writing an unix script which tells me number of working days between two dates. say d1 and d2. The answer should be Integer.

is it possible in Unix.

cheers,
Showing results 1 to 16 of 16

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