Search Results

Search: Posts Made By: AhmedLakadkutta
4,084
Posted By AhmedLakadkutta
How to set background image
Dear Friends

I want to, set the background of mail as image/colorful using scripting.
I try by send mail command but it is not working.Please give me suggestion on this.
5,976
Posted By AhmedLakadkutta
Error in send mail command
Hi,
I am getting the following error while running send mail command from a shell script?
Insufficient disk space; try again later
How to handle this error?
2,243
Posted By AhmedLakadkutta
How to send colorful text and attachment to mail
Hi,
I want to send color text as body of mail with multiple attachments.How to do this?I used sendmailcommand but this command fails for multiple attachments.Give me some solution on this.
:wall:
28,258
Posted By AhmedLakadkutta
How to attach multiple file to send mail command
Hi,
i want color effect on mail as well as multiple attachment.I have code but this code is used for single attachment. I am unable to attach more than one file.:wall:
I want to send two...
Forum: AIX 09-19-2011
3,602
Posted By AhmedLakadkutta
How to color text and mail
I want to color the text and bold the text and mail these text.

input:
hi..(in bold)
good morning (in blue color)
and mail these as in color and bold
:wall:
1,416
Posted By AhmedLakadkutta
String Comparision
I want to compare two strings using awk dynamically without trimming the spaces and want to find the count of matching string.

Input Strings file:
File1 content (file1):
" a "
" a2 ...
4,728
Posted By AhmedLakadkutta
How to minimize awk ?
cat abc.csv | awk -F"," '{ print $1","$2","$3","$4","$5","$6","$7","$8","$9","$10","$11","$12","$13","$14","$15","$16", "$18","$17 }' > xyz.csv

Input file: abc.csv contains 18 fields which are...
4,728
Posted By AhmedLakadkutta
How to minimize the awk operation???
cat abc.csv | awk -F"," '{ print $1","$2","$3","$4","$5","$6","$7","$8","$9","$10","$11","$12","$13","$14","$15","$16", "$18","$17 }' > xyz.csv
i want to copy first 16 field and then 17,18 field....
4,728
Posted By AhmedLakadkutta
How to copy one file into another except some text
I have file input like-

abc,"123",""123","123","123","123","123","123","123","123","123","123","123","123",
abc,"123","123","123","123","123","123","123","123","123""123",abc etc


Input file...
Forum: AIX 08-23-2011
5,213
Posted By AhmedLakadkutta
How to append spaces to string values?
i/o file:
abc,efg,xyz

Required o/p file:
"abc (Value + blank spaces=16) " ,"efg (Value +blank spaces=15) " ,"xyz (Value+ blank spaces =20) "

In short input file value stores in result...
Forum: AIX 08-23-2011
2,552
Posted By AhmedLakadkutta
How change format of storage
First padd the string with spaces and then store in file (e.g result) with""
Example:
i/p:

name="abc"
echo "$name">>result
Blank space..=12
Required o/p of Result file:
"abc " #...
10,585
Posted By AhmedLakadkutta
How to separate First,Middle and Last Name from Full name
How to separate First,Middle and Last Name from Full Name?
For Example:
I/O :- 1) Ashok Kumar
Requied Output:
First Name:Ashok
Middle Name:
Last Name:Kumar
I/O :- 2) Ashok K Kumar
Requied...
4,594
Posted By AhmedLakadkutta
Thanks
Thanks yazu
4,594
Posted By AhmedLakadkutta
How find Local User
cat /etc/passwd contains:

root:!:0:0::/:/usr/bin/ksh
daemon:!:1:1::/etc:
bin:!:2:2::/bin:
sys:!:3:3::/usr/sys:
adm:!:4:4::/var/adm:
uucp:!:5:5::/usr/lib/uucp:...
4,594
Posted By AhmedLakadkutta
Local User
How to fetch only local user without duplication from /etc/passwd using scripting??
Showing results 1 to 15 of 15

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