Search Results

Search: Posts Made By: @bhi
1,033
Posted By @bhi
HI, Can you tell me the syntax of if else in...
HI,
Can you tell me the syntax of if else in makefile
1,033
Posted By @bhi
Language of the script
Hi,
Can you let me know in which language is the below scrip written.

@echo "*** PREINSTALL STARTED ***"
@echo "---> Verify existence of top level directories and creating them "
...
3,057
Posted By @bhi
Thanks :b: Case insensitive is not needed.
Thanks :b:
Case insensitive is not needed.
3,057
Posted By @bhi
Is there any other way to decrease the buffer size
Is there any other way to decrease the buffer size
3,057
Posted By @bhi
SunOS 5.10
SunOS 5.10
3,057
Posted By @bhi
Is there any other option --line-buffered is not...
Is there any other option --line-buffered is not supported.
3,057
Posted By @bhi
Decrease buffer size
Hi,
I am using the below command to get the output in a file called "Logs.txt"
tail -f filename | egrep -i "cpu | hung " >> Logs.txt The problem is the Logs.txt file gets updated only after the...
7,758
Posted By @bhi
tail for 15 mins
Hi,

I want to write a script which will tail a particular file for 15 mins and then sleep for 10 mins and again tail for 15 mins. This cycle will go on for a limited period of time.
How can i...
3,371
Posted By @bhi
Hi, If the inodes are 100% full what is the...
Hi,

If the inodes are 100% full what is the way to free some.
Is removing the older files only option or moving multiple files in a folder at the same location will also help in freeing some...
3,371
Posted By @bhi
Maximum inodes
Hi,
Is there a restriction in the number of inodes a particular directory can have in Solaris.
If so how can we determine that.

Regards
3,319
Posted By @bhi
This is not working as who -a | grep $$ | awk...
This is not working as who -a | grep $$ | awk '{print $8}' does not give me complete host-name name.
It give me first 17 letters whereas my host-name is greater than that.
Since complete host-name...
3,319
Posted By @bhi
Get the IP instead of computer name with "who" command
I have two HP Servers, server A and server B.
When I input who -a | grep $$ command on server A, in the output I get the IP of the machine who is executing the current process.
But when i execute...
5,449
Posted By @bhi
Hi, Try as below tail -f filename |grep -n...
Hi,
Try as below
tail -f filename |grep -n "Key word"
Showing results 1 to 13 of 13

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