Search Results

Search: Posts Made By: darkrainbow
12,929
Posted By darkrainbow
Thank for your detail explanation. I have two...
Thank for your detail explanation. I have two more questions hope you can give me some clue as well.

1. if using ls with wildcard , it is quite easy to exceed the limit as only allow for 4k of...
12,929
Posted By darkrainbow
it is only 273 files inside the directory, what...
it is only 273 files inside the directory, what is the limit?
12,929
Posted By darkrainbow
ls is being killed
Hi There,

Hope anyone can give me a hand on AIX

oslevel -r
5300-05

Try to "ls *sh" from folder and it return killed, is there any clue on that?

1. perform ls and count
ls * | wc -l
...
434,295
Posted By darkrainbow
how to unzip and extract tar file in single command
In order to save diskspace and avoid of disk full during
unzip then extract the tar file

is there any tar unzip command would unzip and extract tar at the same time
(test123.tar.gz)

thank in...
Forum: AIX 12-23-2007
22,586
Posted By darkrainbow
thank for your reply, it work with your...
thank for your reply, it work with your recommandation but it is kind of weird way to make it work in my mind. :)
Forum: AIX 12-19-2007
22,586
Posted By darkrainbow
command usage on find with xargs and tar
my task : tar up large bunch of files(about 10,000 files) in the current directories that created more than 30 days ago
but it come with following error

find ./ -ctime +30 | xargs tar rvf...
91,527
Posted By darkrainbow
what is the meaning of ppid 1?
Is there any meaning on parent process id when it is equal = 1?
It is found that most of the ppid is lower than pid of the same process by 1
when perform ps -ef

but notice that some process's...
2,334
Posted By darkrainbow
The script has been amended #!/bin/sh which...
The script has been amended
#!/bin/sh
which telnet >/tmp/abc.123
telnet 10.122.38.109 13 | tail -3 >>/tmp/abc.123

and here is the result

/usr/bin/telnet
Trying 10.122.38.109...
Connected...
2,334
Posted By darkrainbow
It did not log down any time information at all ...
It did not log down any time information at all

more abc.123


Trying 10.122.38.109...
Connected to 10.122.38.109.
Escape character is '^]'.
2,334
Posted By darkrainbow
cron problem for getting the time
Grateful if anyone could answer my question

The script called time.sh try to retrive the server time on another server and write into a files named "abc.123" as show below.

time.sh

#!/bin/sh...
Showing results 1 to 10 of 10

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