Search Results

Search: Posts Made By: maxim42
Forum: HP-UX 01-14-2013
4,945
Posted By maxim42
What is the difference between DRD and Root Mirror Disk using LVM mirror ?
what is the difference between DRD and Root Mirror Disk using LVM mirror ?
Forum: HP-UX 01-14-2013
2,005
Posted By maxim42
ok thanks alot do you have the steps
ok thanks alot do you have the steps
Forum: HP-UX 01-08-2013
2,005
Posted By maxim42
Ftp server
can i make a directory can be accessed from ftp for specific user only
1,411
Posted By maxim42
awk 'BEGIN{FS=OFS=","} $1 !~ /^0/{$1="0"$1} ...
awk 'BEGIN{FS=OFS=","} $1 !~ /^0/{$1="0"$1} $2 !~ /^0/{$2="1234"$2}1' file

could you explain why you add "1" ?
1,411
Posted By maxim42
Add "1234" to specific field in second column
i have this file


073274753,0544901701,20101201,000316
038873722,69647455,20101130,235257
26213399,0545335767,20101201,000930
063330167,0566000101,20101201,000226...
2,098
Posted By maxim42
ok thanks this is very perfect i tried it on...
ok thanks this is very perfect i tried it on linux system and work but i tried it on solaris gave me this

-bash-3.00$ awk '{if($0 ~ /^ora/){s=$0} else{sub($1,"");gsub(FS,":");print s,$0}}' cl2...
2,098
Posted By maxim42
this script work fine but i have another sample...
this script work fine but i have another sample which changed this script


$ cat file
ora.epayprd.db
OFFLINE ONLINE sec37-7 Open
ONLINE ONLINE sec36-8 Open
ora.scan1.vip
ONLINE OFFLINE...
2,098
Posted By maxim42
could you explain what "else{sub($1,"")" this...
could you explain what "else{sub($1,"")" this mean to understand this script what $1 mean ?

thanks alot
2,098
Posted By maxim42
so sorry i didn't see this word ...
so sorry i didn't see this word
ora.ARCHIVES_DG.dg


i edited the output again
2,098
Posted By maxim42
ok i updated it please check if you can get the...
ok i updated it please check if you can get the output from this text
2,098
Posted By maxim42
Need this output
i have a text with the following

ora.epayprd.db
1 OFFLINE ONLINE sec37-7 Open
...
2,481
Posted By maxim42
thanks alot can i change it for example to delete...
thanks alot can i change it for example to delete last 5 lines ??
2,481
Posted By maxim42
perfect solution thanks alot could you...
perfect solution thanks alot

could you explain it for me to be understand

sed -e "1,6 d" -e 'N;$!P;$!D;$d' file

what each symbol of these mean N;$!P;$!D;$d

thanks alot again
2,481
Posted By maxim42
thanks but i want easy way i have an idea in my...
thanks but i want easy way i have an idea in my mind to count the lines and use head and tail combination to get what i want but i need a very simple code one way using sed or awk ?
2,481
Posted By maxim42
Delete first 6 lines and last two lines
hello all,

i have a text file and i want to remove the first 6 lines and last two lines of it

thanks for your help
2,382
Posted By maxim42
thanks alot for your contributions
thanks alot for your contributions
2,382
Posted By maxim42
Find files with specific date
Dear all,

kindly i have some files with different dates i need to grep word from these files but i need to search in files with date 2012-12-02 not all files in this directory

do u have any...
10,998
Posted By maxim42
thanks a lot ok i will use scp but i have a...
thanks a lot ok i will use scp but i have a problem with scp that i want to put user name and password and scp need the password to be writen
10,998
Posted By maxim42
progress bar in ftp script
dear all ,

i made script to transfer data through the FTP but i need to add something if you can help me i want in the output message like progress bar

|||||||||||||||||||||||||| 30%

to...
Forum: Web Development 10-22-2012
1,886
Posted By maxim42
thanks alot
thanks alot
Forum: Solaris 10-20-2012
1,394
Posted By maxim42
thanks alot
thanks alot
Forum: Solaris 10-20-2012
1,394
Posted By maxim42
what does this mean in storage ?
what does this mean ?
this is the output of this command

i have 2 cards with 2 ports or one card with 4 ports and what does this "NOT CONNECTED" mean ?
...
Forum: Solaris 10-19-2012
1,811
Posted By maxim42
check if you have file .profile in the home...
check if you have file .profile in the home directory

if you have .profile you can put on it any enviroment variabler or you can create .bash_profile and put on it the enviroment variables

...
Forum: Web Development 10-18-2012
1,886
Posted By maxim42
Thanks, i found Apache Tomcat version 7 but i...
Thanks, i found Apache Tomcat version 7 but i found alot of releases from 7.0.0 to 7.0.32 which one it will be the latest stable i am a friad that 7.0.32 to be as beta version
so could you tell me...
Forum: Solaris 10-17-2012
19,351
Posted By maxim42
How can i find the LUN ID's
Dear all,

i want to get the LUN ID for some disks in solaris 10

what commands options for the MPXIO and inq i want these utilities only

because i don't have solution enabler or powerpath
...
Showing results 1 to 25 of 103

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