answersLogoWhite

0

touch filename

e.g. $ touch dummy

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How can you make zero byte files in unix without using vi editor?

Use the 'touch' command. You cannot create a zero byte file with 'vi'.


Which command is used to create an empty file with file size zero bytes so that you can write in these files later in unix and Linux?

touch newfile will make a new empty file in linux os !


How do you detect an empty file in a c program?

Seek to the end of the file (fseek) and check how many bytes are in the file If the byte count is zero the file is empty.


How many bites in a byte?

A bit is a 1 or a zero. It uses the base 2 number system. There are 8 bits in a byte.


How many bite in a byte?

A bit is a 1 or a zero. It uses the base 2 number system. There are 8 bits in a byte.


Verify command in VSAM cannot be used for what?

The VERIFY command cannot be used for an empty VSAM file where the high used RBA (Relative Byte Address) in its catalog record is 0 (zero).


What is the smallest address unit in a computer?

A 'bit'. A bit is a binary unit that can be either a One, or a Zero. Typically, 8 bits make a byte.


Define byte offset?

A byte offset, typically used to index into a string or file, is a zero-based number of bytes. For example, in the string "this is a test", the byte offset of "this" is 0, of "is" is 5,"a" is 8, and "test" is 10.Note that this is not always the same as the "character offset". Some characters, such as Chinese ideograms, require two or more bytes to represent. Using ASCII characters only will ensure that the byte offset is always equal to the character offset.


What decimal numbers can 1 byte represent?

byte has 8 bits all bits at 0 = zero all bits at 1 = 255


What is the relationship between a byte and a bit?

A bit is one binary unit - either a one or a zero. A byte contains 8 bits. (so for example a byte would look like "10011011") Half a byte (or 4 bits) is called a nibble, no kidding!


What does 5 gigabytes mean?

Each byte has eight bits of information, i.e., either a 1 or a zero. A giga byte is 1,000,000,000 bytes of information or 1 GB.


What are the wild character in unix?

In Unix, wildcards are special characters used in command-line operations to represent one or more characters in file names or strings. The most common wildcards are the asterisk *, which matches zero or more characters, and the question mark ?, which matches exactly one character. Additionally, square brackets [] can be used to specify a range or set of characters to match. These wildcards facilitate file manipulation and searching by allowing users to refer to groups of files or patterns without needing to specify each file name explicitly.