Archivi delle etichette: command line

shell program for sending SMTP mail from a bash command line

SendEmail SendEmail is a lightweight, command line SMTP email client. If you have the need to send email from a command line, this free program is perfect: simple to use and feature rich. It was designed to be used in … Leggi l’articolo completo

Inserito in IT, linux | Etichette , , , , , , | Lascia un commento

Create a file of a certain size in Windows XP and later

If you need to create a file of a certain size and the file contents don’t matter, you can use the Fsutil command as follows fsutil file createnew <filename> <filesize in byte> For example, fsutil file createnew d:\temp\1mbfile.txt 1000000 creates … Leggi l’articolo completo

Inserito in IT, windows | Etichette , , , | Lascia un commento