Search Results

Search: Posts Made By: mohan_kumarcs
6,476
Posted By mohan_kumarcs
Search for a specific word and print only the word from the input file
Hi,

I have a sample file as shown below, I am looking for sed or any command which prints the complete word only from the input file.

Ex:
$ cat "sample.log"
I am searching for a word which...
2,944
Posted By mohan_kumarcs
Need help on Assigning a Array variable from Background Functions
I have a question on how can I assign a output of a function to a variable which is executed in background.

Here is my example

$ cat sample_program.sh
#!/bin/ksh

exec_func () {
sleep 1...
1,948
Posted By mohan_kumarcs
Its simple using sed command. Here is the...
Its simple using sed command.

Here is the demo:
$ echo "HELLO THIS IS AN EXAMPLE" | sed 's/ //g'
HELLOTHISISANEXAMPLE

so, ur command would be
sed 's/ //g' inputfilename > outputfilename
3,741
Posted By mohan_kumarcs
File Auditing in Sun Solaris environment
Hi All,

I have a requirement to report us on changing a group of static files.
Those are the binary files that run in Production every day.

Due to the in sercure environment situations, I...
20,335
Posted By mohan_kumarcs
send attachments using send mail in Solaris
Hi All,

I have a requirement to send and email of body html with an attachment.

concatinating uuencode output to the mail body with mailx command works, but as my Email body is of HTML type i...
3,323
Posted By mohan_kumarcs
Thanks for the replies..
Thanks for the replies..
3,323
Posted By mohan_kumarcs
ASCII Text formatting
Hi All,

I have a requirement to create a formatted text.
That is., I have a plain text composed to send it through an Email using mailx.
I need to change the formatting of the text like BOLD,...
Showing results 1 to 7 of 7

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