Search Results

Search: Posts Made By: Sara_84
2,709
Posted By Sara_84
no it is not working unfortunately L
no it is not working unfortunately L
2,709
Posted By Sara_84
this command will list all policies that have...
this command will list all policies that have client1


bppllist -byclient client1 | awk '/^CLASS/{print $2}'

output

policy1
policy2
policy3


below command delete client from...
2,709
Posted By Sara_84
Command in inside awk statement
Hello

can you please help me with below script which is meant to delete clients from multiple netbackup policies
I want to run a command insdie awk statement
apparelnlty this script is not...
1,364
Posted By Sara_84
thanks it is working but I want the files to be...
thanks it is working
but I want the files to be sepreated by empty lines ?
1,364
Posted By Sara_84
Multiple files in one mail
Hello

I'm using mail in liux to send files to users

is there a way I can send multiple file withing one mail

now I can send one file per mail

mail -s "subject" user@domain.com <...
5,489
Posted By Sara_84
Add Header to column
hello,
can someone helpe me on below issue.
i have a list of names and IDs,


mick 3424
noah 134
samuel 787
jack 434

i want to add a head for both colum using awk or sed or any...
4,769
Posted By Sara_84
Print list to row using awk
Hello,

can somebody help me on this please.
I have a list of numbers and I want to print them in one line seprated by a comma except the last one using awk


34
12
56
76
88


output...
1,926
Posted By Sara_84
I have a shell script to automate a process ...
I have a shell script to automate a process

The command I'm using gives me 3 selection to choose from and wait for input from me.


Command

1- choice one
2- choice two
3- choice three
...
1,926
Posted By Sara_84
A selection menu in a shell script
I'm writing a shell script and have a problem with selection when I issue the command, is there a way to automatically choose a selection number one after a selection menue appear

Command
...
1,263
Posted By Sara_84
Sum in terabyte
Hello,
can someone help me in this
I have a file of sizes in kilobyte I want to caculte the sum in terabyte using awk

I would like to have one digit after the decimal point ( 2.8 TB for...
1,226
Posted By Sara_84
Thanks Ahamed one problem , i fogot one thing,...
Thanks Ahamed
one problem , i fogot one thing, hire date line ends with time
i want to print only the date , $NF will print the time not date
Hire date : 01/20/2009 10:00
1,226
Posted By Sara_84
Multiple search pattern
Hello :)
I have this file


cat employee_list
Name : jack
Gender: m
ID : 4512
DOB : 03/27/1980
hire date : 04/23/2012
Nationality: US
marital status : single
=====================...
3,503
Posted By Sara_84
awk comparison not working
Can you please help me on belw awk comparsion which doest not work


cat employee_list
NAME Last-login
Jack 03/25/2013
Maneul 03/26/2013
Eric 03/26/2013
Samuel 03/28/2013
loak 03/29/2013...
36,321
Posted By Sara_84
Show HBA WWN on AIX & Linux
Hi all,

I have an environment with Aix and Linux severs zoned to tape drives

I'd like to list HBAs WWN on my servers which are zoned to the drives.

Thanks
982
Posted By Sara_84
Thanks Cragun . It's working now
Thanks Cragun . It's working now
982
Posted By Sara_84
It is still not working It gives me error (...
It is still not working

It gives me error ( invalid char @ in expression ) !!
982
Posted By Sara_84
Help with code
I have problem with this piece of code. I tried to use awk to send mail but it failed. Please help me

for i in $( cat /tmp/a)

do

cat /tmp/b | grep $i | awk ' {mail -s " $2 is your new ID" ...
1,627
Posted By Sara_84
Text Format
I'd like to format a text in unix before mailing it to users.

I want to change color and font of my plain text in unix.

Thanks..
1,223
Posted By Sara_84
commands History
how to list all commands history for a username during a certain time ?


Maany Thanks
1,605
Posted By Sara_84
I need to automate the process of running the two...
I need to automate the process of running the two scripts after the first reboot without editing init script
1,605
Posted By Sara_84
Two scripts after reboot
I have two scripts: scriptone.sh & scripttwo.sh

I need to schedule them to run scriptone.sh then scripttwo.sh after the servers is rebooted ( only first reboot )

OS: AIX 6.1
1,071
Posted By Sara_84
works perfectly :$
works perfectly :$
1,071
Posted By Sara_84
this one wokrks , but the second number can be...
this one wokrks , but the second number can be different thatn 49

i tried this , but it didnt work fine

awk '/^48/,/^[0-9]/'{print $0;} file
1,071
Posted By Sara_84
Search by patterns case
42 network read failed
sv1 sv23 sv4
sv11 sv23 sv5 sv 7
48 client hostname could not be found
sv21 sv78 sv19 sv22
sv111 sv203 sv5 sv 33
49 client did not start
sv1 sv21
54 timed out...
4,267
Posted By Sara_84
Thanks , i did not work at first , but I replaced...
Thanks , i did not work at first , but I replaced -i with -u then it woked
Showing results 1 to 25 of 53

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