Create and Open a RAR file ShowCreate and Open a RAR file
*How to create a RAR file
*How to open a RAR file
RAR is an archive file format that is used during data compression, error recovery and file spanning. RAR is the acronym for Roshal Archive, inspired by...
Ubuntu- Unzip file rar, 7z, arj, lzh ShowUnzip file rar, 7z, arj, lzh
Type: sudo aptitude install p7zip-full rar arj lha
This will enable you to zip/unzip file under formats .7z, .rar, .arj et .lzh
Right click and select Create archive and Right click and select Extract...
Renaming multiple files in batch ShowRenaming multiple files in batch
Native features
Using a third-party program
Renaming a large number of files can quickly become tedious. Fortunately, there are tools to automate this task in many cases:
Native features
On Windows...
Writing in batch in text file ShowWriting in batch in text file
To write in a file text, you just have to use a redirect:
echo text > output_file.txt
To write in an existing file:
echo " Write at the end of the file ">> output_file.txt
Download FilerFrog ShowFilerFrog is a utility which allows you to extract files from/to a folder, copy or move a file, delete empty files and folders, encrypt/decrypt a file, rename files or resize images.
It can help you to extract quickly files from a file and move...
File formats and extensions ShowWhat is a MIME type?
The MIME type (Multipurpose Internet Mail Extensions) is a standard that was proposed
by the Bell Communications laboratories in 1991 to broaden the possibilities of email, involving insertion of documents (images, sounds and...
FTP protocol (File Transfer Protocol) ShowIntroduction to FTP protocol
FTP protocol (File Transfer Protocol) is, as its name indicates a protocol for transferring files.
The implementation of FTP dates from 1971 when a file transfer system (described in RFC141) between MIT machines...