Search Results

Search: Posts Made By: Dheepak s
1,370
Posted By Yoda
Please always start your own thread. Never hijack...
Please always start your own thread. Never hijack someone else's.

Use print instead of printf
awk -F ":" '{print $1}' /etc/passwd
9,576
Posted By pamu
Please use code tags for code and data sample. ...
Please use code tags for code and data sample.

awk 'FNR == NR { h[$1,$2] = 1; next } h[$1,$2]' file1 file2 > output
Forum: Red Hat 07-04-2013
2,063
Posted By vidyadhar85
add below line to your .profile file (I am still...
add below line to your .profile file (I am still unsure about your requirement)


export PATH=$PATH:<<your application installed path>>
3,782
Posted By rbatte1
The problem may be that sometimes the grep...
The problem may be that sometimes the grep process is spotted too, which you are trying to handle. Could you consider using the -c flag of grep and neatening your code a bit?check=`ps -ef|grep -c...
Forum: HP-UX 04-11-2013
7,166
Posted By vbe
Its passwd d ... in HP-UX... look at the man...
Its passwd d ... in HP-UX... look at the man pages...
Forum: HP-UX 02-12-2013
5,204
Posted By lupin..the..3rd
DRD is a single point-in-time clone of your...
DRD is a single point-in-time clone of your system.

LVM Mirror is a real-time mirror, equivalent to RAID1.
Forum: HP-UX 01-16-2013
5,204
Posted By Joseph_TKLee
I believe you know about Mirror. DRD is for...
I believe you know about Mirror.
DRD is for normally OS patching like Solaris Live Upgrade..
We can do OS patch on DRD on business hours and then just reboot from DRD disk to get a patched OS.
It...
Forum: HP-UX 01-14-2013
5,204
Posted By vbe
You cannot really compare... LVM mirroring ...
You cannot really compare...
LVM mirroring (MirrorDisk/UX) is using permanently 2 disks, so if any of the two fail you have your system still running...
DRD, is a cloning utility letting you be...
105,483
Posted By Neo
Forum Video Tutorial: How to Use Code Tags
How to Use Code Tags in The UNIX and Linux Forums

Developer: This video tutorial was created by scott (https://www.unix.com/members/302063521.html) for forum users. Everyone should use code tags...
90,423
Posted By Neo
User Guide: Posting in the Emergency Forum
Emergency UNIX and Linux Support !! Help Me! Forum (Request Urgent Help) (https://www.unix.com/emergency-unix-linux-support-help-me/)

README FIRST: How to Request Emergency or Urgent Help:


...
Showing results 1 to 10 of 10

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