Search Results

Search: Posts Made By: preetam
16,535
Posted By preetam
hi .. it works in Solaris too .. I have checked...
hi .. it works in Solaris too ..
I have checked it out.

-U and -r are supported in solaris .. check in "man grep"
4,384
Posted By preetam
i think a "core" file might have been created in...
i think a "core" file might have been created in ur home directory search for it and remove it ..
16,535
Posted By preetam
so u can go for the following search grep...
so u can go for the following search

grep -sxnlidU <search pattern> */*

-s for suppressing the error
-x for searching for exact match
-i for ignore casse
-r for recursive search
-U...
2,487
Posted By preetam
#!/bin/bash #let 'copy' is ur unix script u...
#!/bin/bash

#let 'copy' is ur unix script u want to call from this program if sendmail
#service is enabled in ur system

${Mail:=`ps -ef | grep sendmail| grep -v "grep"`}

if [ $? -eq 0 ] ;...
7,693
Posted By preetam
use following syntax make the content u r...
use following syntax

make the content u r writing as a background process
ex::

mkfifo -m 600 foo
ls -l > foo &
cat foo
Showing results 1 to 5 of 5

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