Search Results

Search: Posts Made By: penqueen
1,965
Posted By penqueen
Thanks Don and others !! These information will...
Thanks Don and others !! These information will be of great use to everyone.
1,965
Posted By penqueen
Based on what configuration/setting the PID's are...
Based on what configuration/setting the PID's are recycled in solaris and in other machines.
What will be the maximum time i can expect for some other process to use same PID?
1,965
Posted By penqueen
I guess this should be working fine.
I guess this should be working fine.
1,965
Posted By penqueen
Customized command excution
Hi,

The below commands will be inside a KSH script and SOLARIS machine.

Command-1 //Executes in 10s,5s,..5mins,etc
TIMER = Look for Command-1 execution status - IF finished in 25secs move to...
920
Posted By penqueen
Yes you can integrate them smoothly, ...
Yes you can integrate them smoothly,

./script.sh input_file1 input_file2 output_file
Then you can have your script like:

awk '..' $1 $2 > tmp //$1 is input_file1 and $2 is input_file2

awk...
4,921
Posted By penqueen
Yes, I do meant the return code after a FTP...
Yes, I do meant the return code after a FTP command.

so on what basis it returns 226 which in turn means "closing data connection - requested file action successful".
4,921
Posted By penqueen
Understanding exit code status
I have a file with size as 120,371 bytes in local machine and trying to FTP it to a remote server using put command. say that it transferred exactly the same size of 120,371 bytes and hence it...
7,331
Posted By penqueen
Consider like you have below four files: ...
Consider like you have below four files:

file1.txt - 1 2 3
file2.txt - 4 5 6
file3.txt - 6 7 8
file4.txt - 9 10 11
1. Sort all the files using SORT
2. Compare file1.txt and file2.txt using...
3,193
Posted By penqueen
$ROW AND $COLUMN are not variables. They are...
$ROW AND $COLUMN are not variables.

They are just the data present inside their input_file.

I need to add few more patterns which are just numbers and alphabets only like '1222001'...
4,825
Posted By penqueen
It will be good if we get an example input and...
It will be good if we get an example input and expecting output for your issue.
3,193
Posted By penqueen
Multiple patterns for awk script
Hi,

I'm getting stuck when supplying multiple patterns for the below code:


awk -F, '
..
..
if ($0 ~ pattern)
{ .. .. }
..
..
' pattern='$ROW' input_file
for the same code I'm trying...
Forum: Solaris 08-16-2014
8,415
Posted By penqueen
ARG_MAX Limit
Hi,

I can able to view the limit of ARG_MAX ENV variable using the command:


getconf ARG_MAX
can we modify the value of ARG_MAX somewhere or is that common value depending upon the version of...
3,067
Posted By penqueen
Global Variable
Hi,

I have created a variable say today at the begin having 123 as its value and inside a for loop it gets resolved to some value say 150 in its first iteration.

How can I use this value 150 (...
3,116
Posted By penqueen
Yup it worked. Thanks
Yup it worked. Thanks
3,116
Posted By penqueen
Extract from cal
I was trying to get 1st Sunday in a month. I tried using cal [month] [year] followed by awk NF=1 apparently it would give entire 1st field in that month.

Any suggestions
1,277
Posted By penqueen
Thanks Don
Thanks Don
1,277
Posted By penqueen
How many times did the scipt ran?
Hi,

Can we able to identify how many times any script was ran per day/week/month/year wise
1,452
Posted By penqueen
Thanks vbe.. Sorry about that. ...
Thanks vbe..

Sorry about that.
/home/check/
1,452
Posted By penqueen
Special Permission for a user
Hi,

I'm newbie to unix.

There is a directory, say Testing/ under /home/user1.

I have created a user by the name check.

I was looking for a way to give the above user read & execute...
Showing results 1 to 19 of 19

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