Search Results

Search: Posts Made By: abovais
2,299
Posted By abovais
You probably have an unprintable character in the...
You probably have an unprintable character in the directory name. View the name with "ls -b" in the parent directory.

Refer https://www.unix.com/hp-ux/19118-cant-delete-directory-hp-ux.html
1,348
Posted By abovais
You can try wat Anchal has suggested
You can try wat Anchal has suggested
3,518
Posted By abovais
Hi, In Bash or sh shell, you can do...
Hi,

In Bash or sh shell, you can do something like below.

variable_name=`echo "STATUS_CODE;9000;1;1200;2000" | awk '{ FS = ";" } { print $1}'

To check the variable value just type: echo...
45,416
Posted By abovais
Ya agreed with Siba's comments. In that case you...
Ya agreed with Siba's comments. In that case you will need to write a full fledged shell script...
45,416
Posted By abovais
If you know the date then just use.. echo...
If you know the date then just use..

echo "Mar 31 2009" | awk '{print $1 " " $2-1 " " $3}'

or else to print yesterday's date use...

date | awk '{print $3-1 " " $2 " " $6}'
6,597
Posted By abovais
@Action
Hi, Could you please tell me how to connect to the shell account you have created for me?
6,597
Posted By abovais
Can I have an user account too please!
Hi Action,
Can I have a shell account at your system.
My yahoo id is ovais_sag
Thanks!
Forum: Solaris 09-09-2008
38,388
Posted By abovais
hi find /your_directory -mtime +2 -exec ls...
hi

find /your_directory -mtime +2 -exec ls -l {}\ ;
List files older than 2 days.
Forum: Solaris 08-07-2008
62,983
Posted By abovais
Joeyg, you can send both text and attachment...
Joeyg,

you can send both text and attachment with mailx.....
but the problem arises when you use the html text, the attached file get distorted...
like i m trying to send the mail using the...
Forum: Solaris 08-07-2008
62,983
Posted By abovais
This served the purpose but not completely... ...
This served the purpose but not completely...
Because I want to send an HTML message with attached file and it shoud have a body...

I m trying the following code but its not working:

uuencode...
Forum: Solaris 08-07-2008
62,983
Posted By abovais
mailx on solaris - How to add mail body
hi,

Can anyone please tell me how to add some text in the mail body like I can add subject using the following syntax.

mailx -s "Hi - This is mail subject" xyz@abc.com

Many Thanks.
12,223
Posted By abovais
That Did Not Serve The Purpose !
Actually, I want to count the number of "{" and "}" in a C code file. If the number of "}" is more than "{" then a error message should be shown that the number of "}" increases than "{" at "LINE",...
12,223
Posted By abovais
Please Provide The Solution
Hey , first of all sorry for posting here instead of starting the new thread. I could not find the link for starting a NEW thread.

"HERE GOES MY QUESTION"
can anyone please tell me how to search...
4,111
Posted By abovais
hey experts, please give the solution!
hey experts,

please give the solution!
4,111
Posted By abovais
Replace a perticular character of all lines of a file
Hi all,

I am new to UNIX, so sorry if my question seem stupid to u.

well i want to replace the first character of first 30 lines of a file, only if the first character is h.

and

in...
Showing results 1 to 15 of 15

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