Yes, you can have 1, 2, 3, 4, 5... howevery many characters you like for a file extension on most operating systems. Having 3 characters is common, as this was the maximum old versions of DOS could handle.
Take a look at a list of files and their extensions here:
http://en.wikipedia.org/wiki/List_of_file_formats_(alphabetical)
To Create a New File Extension File Association or Edit a currently existing one:1. Open any Folder (e.g. My Documents or a random folder)2. Click on Tools then Folder Options3. Click on the File Types tabA. To Create a New File Extension Click NewB. Enter the new file extension Then click Advanced and select the program to open the type of file with.A. To Edit a File Extension Click on the File you want to change in the scroll list.B. Click Edit and change settings to your wanted option.Hope this Helped :D
To Create a New File Extension File Association or Edit a currently existing one:1. Open any Folder (e.g. My Documents or a random folder)2. Click on Tools then Folder Options3. Click on the File Types tabA. To Create a New File Extension Click NewB. Enter the new file extension Then click Advanced and select the program to open the type of file with.A. To Edit a File Extension Click on the File you want to change in the scroll list.B. Click Edit and change settings to your wanted option.Hope this Helped :DRead more: http://wiki.answers.com/Creat_a_association_file#ixzz1CNuXaOsV
A File Extension Association is the list of default programs that different programs open in.Example: .ZIP file will open in a extractor such as the default windows one or a third-party program such as Winzip.Example 2: A .html file would open in a browser such as Internet Explorer or Mozilla Firefox.To Create a New File Extension File Association or Edit a currently existing one:1. Open any Folder (e.g. My Documents or a random folder)2. Click on Tools then Folder Options3. Click on the File Types tabA. To Create a New File Extension Click NewB. Enter the new file extension Then click Advanced and select the program to open the type of file with.A. To Edit a File Extension Click on the File you want to change in the scroll list.B. Click Edit and change settings to your wanted option.Hope this Helped :D
Take the amounts of any wages reported on W2 add an other income from 1099;s and any other income you are going to report. Calculate the taxes due minus that already withdeld on W-2 or backup witholding on other payments. the result is what you should send with the extension. The extension is an extension of the time to file the paperwork.
1. The file extension of the file is .pdf 2. You need a PDF program like Adobe Acrobat Reader to read the file
1. change the extension file .cbr to .rar 2. right klick that file, and etract them 3. you have opened them 4. now you can edit that file
1) Log file (file extension) 2) Logistical 3) Logistics 4) Logarithm 5) Lamb of God
You can identify it easily in two ways. 1. By its icon, It is a folder up on its side that has a zip through it. 2. By its file extension. Although sometimes these are not always visible, the extension for the average compressed file is .zip . You could also identify if it a compressed file if it says compressed zip folder in grey writing under the file name.
A file extension is a three character designation that tells software about the format of the data within the file. For example, a ".rtf" file is in rich text format which requires a word processor for it to be interpreted and a ".pdf" file is in portable document format (which requires Adobe Acrobat to interpret).A file extension is used in some operating systems to identify the type of the contents of the file. It is usually separated from the main part of the file name by a ".", but some operating system have used different characters.Most file extensions today are 3 characters long (e.g. txt, exe, jpg, mpg), but different operating systems have used file extensions as short as 2 characters to as long as 80 characters.Some operating systems do not make use of file extensions. For example Unix makes no use of them at all. VMS and the original MacOS used a file type field in the directory entry instead of file extensions.
Linux Redirection Characters> redirects standard output (stdout) to a file. If the file is not present, it is created. However, if it exists and not empty any existing data on the file are overwritten.>> same as above but it doesn't overwrite existing data. Instead, the new data get appended to the end of the file.2> redirects standard error (stderr) to a file. If the file is not present, it is created. However, if it exists and not empty any existing error data on the file are overwritten.2>> same as 2> but new data get appended to the end of the file.EXAMPLE USAGEgedit 2> /dev/null will redirect all the errors that will be displayed when you invoke the gedit editor from the terminal to the null device. This is a great way to hide errors.
File encoded in the .UUE format and saved with the generic ".enc" extension; often encoded by a specific program, such as IBM Lotus 1-2-3 or Adobe Flash; protects the file from being opened by unauthorized users. Smith Micro StuffIt Deluxe 2010 opens .enc files
Assuming that the file you are looking at is a columnar file you can use the 'cut' command, as in 'cut -c1-2 filename'