Search Results

Search: Posts Made By: sachinverma
1,387
Posted By sachinverma
You can also use the following syntax: cat...
You can also use the following syntax:
cat /var/file | mail -s "subject" user@domain.com

So if you have multiple files then,
cat file1 file2 | mail -s "subject" user@domain.com
3,004
Posted By sachinverma
Execute C program in Current shell
Hello,
I have a c program executable which I need to run inside a shell script.
But the c program runs in a subshell because of which all the actions done by the c program is not available to the...
4,616
Posted By sachinverma
Thanks stty erase ^? solved the problem.
Thanks

stty erase ^? solved the problem.
4,616
Posted By sachinverma
Remove ^? characters in shell variables on using backspace
Friends,
I observed a peculiar problem in shell.

if I set a variable using standard input and backspace was used by the user, then the variable get ^? characters embedded in the variable.

###...
Showing results 1 to 4 of 4

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