Search Results

Search: Posts Made By: qwarentine
1,430
Posted By qwarentine
Thanks a ton. That worked. Can you tell me what...
Thanks a ton. That worked. Can you tell me what caused the issue.
1,430
Posted By qwarentine
Why doesnt if inside a while loop work ?
I am looping through a file in bash and performing some operations on it. Here is the code.

cat test.dat -

One
Two
Three

Case 1: With if inside while loop



Output:
One
file found...
3,439
Posted By qwarentine
How to get GMT Offset for a specific date?
How can I get GMT offset from EST for a particular date(not current date) in unix. For example, user enters date as: 2012-06-25D11:49:37, this is GMT. I have to calculate GMT offset from EST in unix...
28,945
Posted By qwarentine
Scrutinizer: I don't think I follow your code....
Scrutinizer: I don't think I follow your code. Can you please elaborate.

Radoulov: I am using Linux 2.6.18-194.el5
28,945
Posted By qwarentine
How to convert relative path to absolute path?
Hello Everyone,
I want to convert

Relative Path - /home/stevin/data/APP_SERVICE/../datafile.txt

to

Absolute Path - /home/stevin/data/datafile.txt

Is...
4,177
Posted By qwarentine
Does SCP return an error code for network issues
Hello everyone,
In a script, I am using SCP to copy huge file to another host.

scp -qrp hugefile.txt /opt/perf05/tmp

However, we have noticed that this file...
10,916
Posted By qwarentine
exec <&- >&- 2>&-; What does this mean ?
Hello Everyone,
I see the following in one of the bash script:

(exec <&- >&- 2>&-; gzip somefile.txt) 2>&1 &

Can any one explain what does "exec <&- >&-...
Showing results 1 to 7 of 7

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