I f you need to send an email with a text file (or binary file) as attachment using shell script or command prompt in Unix or Linux; try mutt – a terminal-based e-mail client for Unix-like systems. Mutt is a small but very powerful text based program for reading electronic mail under UNIX /Linux operating Full Article…
Viewing 1 to 2 of 2 items
Cat Command Examples
It is a standard Unix program used to concatenate and display files. The cat command display file contents to a screen. Also, you can use cat command for quickly creating a file. The cat command can read and write data from standard input and output devices. Please note that some of the following option will Full Article…