Creating an empty file

Last update on August 6, 2009 07:23 PM by jak58
Published by jak58

Creating an empty file








To create an empty file, type the following command:

> file


You can also use the touch command:

touch file
Best answers for « Creating an empty file » in :
[Shell]Create a file having a specific size Show Shell]Create a file having a specific size The dd command allows you to create "empty" file of desired size, creating these arbitrary heavy files, may be useful for testing purposes. Use command below: dd if=/dev/zero of=file_to...
Download Remove Empty Directories Show Remove Empty Directories or RED is a free software intended to abolish the empty files. RED searches and abolishes the empty files by showing by a tree-like aspect the way of access to the file. You can create certain rules to be able to keep a...
Creation of file with specific size ShowCreation of file with specific size The command dd allows you to create new files with specific size in order to avoid creating large sized file for testing purposes: dd if=/dev/zero of=file_to_create bs=1k count=1000 The above...
Creating an Autorun.inf file ShowCreating an Autorun file Allowing autorun Creating an Autorun.inf file Variations Customizing the icon Customizing the icon text Customizing the icon menu Allowing autorun Windows provide users with simple utility that runs...
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...
Download PDF Creator ShowSupports Windows 7 Beta PDFCreator is a free tool to create PDF files from almost any application that can print. It also possesses options of security allowing to code the PDF to protect their reading. PDF Creator also allows to create images...
Download Find Junk Files ShowThe most part of applications on Windows create temporary files on your hard disk during their functioning. These files are assumed be abolished and the space recovered during the closing of program, but it is not always case. In the course of time,...
Download FLV Encoder ShowFormat FLV is a common format for the broadcasting of video on Internet. It is the format of compression used by Youtube, DailyMotion and many other sites of video distribution. Normally, to acquire a video file in format FLV; it is necessary to pass...
Creating an audio CD from an MP3 ShowWhat is an MP3 file An MP3 file is a compressed audio file, i.e., a file that takes up less disk space due to a compression algorithm, and which can be read by programs that execute decompression algorithms. Legality The MP3 format is not illegal,...
Linux - The shell ShowIntroduction to the shell The command interpreter is the interface between the user and the operating system, hence the name "shell". The shell therefore acts as an intermediary between the operating system and the user thanks to command lines...
Autorun - autorun.exe Showautorun - autorun.exe The process autorun.exe (autorun) is a generic Windows 98/NT/Me/2000/XP process which automatically runs a program from a CD-ROM when the CD is inserted in the disk drive. The process autorun is not in any way a virus, a...