Search Results

Search: Posts Made By: crabbie_upk
8,651
Posted By crabbie_upk
Thank you so much
Thank you so much for your help.

I will try the mentioned alternatives.

Thanks again.
Crabbie
11,341
Posted By crabbie_upk
It will be easier in Perl or sed
You can doing using perl or sed.

To edit cron jobs of any user you will need to edit the file with corresponding username under /var/spool/cron (assuming Red Hat linux.. you can find this path for...
8,651
Posted By crabbie_upk
Tuning Java on LINUX - My syste info
Hi,

I have provided information requested against each query below.

1. what is the total size of physical memory?
=> 4GB
2. what is the size of your swap space?
=> 2GB
3. what is the...
8,651
Posted By crabbie_upk
Tuning Java on LINUX
Hi,

Need help in tuning JAVA on LINUX.

From http://www.trutek.com/index.php?id=173 I understand that on Linux operating system with 4GB memory, JVM can be run with maximum memory of 3800m. But...
30,363
Posted By crabbie_upk
Use find command
find ./ *.* > alldirnfiles.txt
1,729
Posted By crabbie_upk
Cron log
You should be able to find it by looking into cron log ....

In HPUX you should find it at /var/adm/cron/log
In RedHat linux /var/log/cron

Please let us know if this doesn't work for you.
2,074
Posted By crabbie_upk
It must be typo
I agree with BOFH.
2,341
Posted By crabbie_upk
Hi
If you are using linux then use command "info coreutils" which opens tutorial for all unix commands. I am not sure of in Unix any such thing. But you can go through manual pages by using man command....
30,727
Posted By crabbie_upk
Use curl
You can use "CURL" to make http request. There are various options to simulate the navigation of URLs.
Forum: AIX 01-25-2007
8,143
Posted By crabbie_upk
Crontab
Just read the document of crontab then you should be able to it on your own. You can find so many document on web. Here is one for you http://www.hmug.org/man/5/crontab.php
Forum: HP-UX 07-26-2006
2,576
Posted By crabbie_upk
HP-UX is a OS
Just check http://www.docs.hp.com/en/oshpux11.0.html
Forum: HP-UX 07-25-2006
19,316
Posted By crabbie_upk
uuencode
try this

uuencode one.xls > mailattatch
uuencode two.xls >> mailattatch
cat mailattatch | mailx -s "Subject ...." xyz@mail.com
1,563
Posted By crabbie_upk
Moving files to archive dir
Just write a perl/shell script with the below steps.

1. Have the result set retuned by find command into array
2. For each file determine the path and create complete dir structure (use command...
18,261
Posted By crabbie_upk
Cron job
Hi,

You have made syntactical error ("*5"). Just change it as 0-59/5 and let me know if it doesn't works for you.

Thank you,
Uday.
6,201
Posted By crabbie_upk
Give it a try
This should work.

<code>
#!/usr/bin/sh

export i=0
echo "Press CTR + C to exit"
while test $i -eq 0
do
trap 'i=1; echo you have pressed exit' INT
date | cut -c 12-19
sleep 5
done

echo...
2,938
Posted By crabbie_upk
File system explorer on UNIX/LINUX
Hi,

You might find http://www.computerhope.com/unix/tree.htm usefull for building the file system explorer on UNIX/LINUX.

Thanks,
Uday.
Forum: HP-UX 07-18-2005
17,057
Posted By crabbie_upk
I agree that vi editor is most powerful and u...
I agree that vi editor is most powerful and u will find it easier once get accoustom to it. However, you can use another editor called emacs.
Showing results 1 to 17 of 17

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