Search Results

Search: Posts Made By: sudhanshu_sinha
4,799
Posted By sudhanshu_sinha
According to me the best method to date...
According to me the best method to date calculations is taking epcoh time but for that you need a c program i dont know if there is any unix function is there
Forum: HP-UX 12-27-2005
37,297
Posted By sudhanshu_sinha
use command "print_manifest" to get the...
use command "print_manifest" to get the information about the system
5,377
Posted By sudhanshu_sinha
I think you can use the find . -ctime -60 > $file...
I think you can use the find . -ctime -60 > $file to get the name of all the files 60 days older and then you can delete all the files in that $file.
4,540
Posted By sudhanshu_sinha
you can open the file in vi and use %s/"old...
you can open the file in vi and use %s/"old string"/"new string"/g in the command mode.
71,298
Posted By sudhanshu_sinha
I am sorry about the last reply i misunderstood...
I am sorry about the last reply i misunderstood my mistake
71,298
Posted By sudhanshu_sinha
deleting coloumn
Hi You can use this script you can minimise the command more.
but i thought to give more detailed eg:-

cat $FILE|while read LINE
do
filename=`echo $LINE|awk '{print $7}'`
...
6,024
Posted By sudhanshu_sinha
crontab -issue
Hi

the 2 >&1 represent standard error that is represented as 2 should also be redirected where the standard ouput has been directed it is a posix notation and can be found in man sh posix
hope...
6,024
Posted By sudhanshu_sinha
crontab -issue
crontab if not specified will run fron root users account ,location as in which program u want to run or what please be more clear,the man pages will be good place to start with and also you can...
Forum: HP-UX 12-02-2005
4,454
Posted By sudhanshu_sinha
U can use ulimit -a to identify the number of...
U can use ulimit -a to identify the number of files for that user
then you can increase using ulimit -n to a 500 to increase the no of files to 500
14,545
Posted By sudhanshu_sinha
hi some modifications are required believe me...
hi
some modifications are required believe me it works , ihave tested
the code u are using is same as i am using instead of greping it from standard output
try to put all the response from the...
3,008
Posted By sudhanshu_sinha
hi you should check the size of the disk in the...
hi
you should check the size of the disk in the server and permission given to the user you are logging in as ,if u have to put multiple files at a time,turn off the interactive mode
Forum: Programming 05-03-2005
9,801
Posted By sudhanshu_sinha
see if this is useful
Hi there
think you are getting a problem of unreferenced functionsif you are sure that your function is calling another so all have to linked for linking the options are
cc <filename> -L<Path of...
Showing results 1 to 12 of 12

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