Should all plain text files have some sort of suffix (e.g. *.txt, *.conf)

dan

I create many notes in plain text files, but after a while the .txt suffix I put at the end of them seems to be unnecessary typing and visual noise. Is appending .txt to plain text files a strongly encouraged convention or just a suggestion?

RedGrittyBrick

The .txt filename extension serves a purpose on Windows, where the filename extension helps determine which programs are associated with that file - which one is used to open, edit or perform other types of action on it.

On Unix/GNU-Linux, the system works out the type of a file without referring to the filename extension. It does have some uses in Makefiles. [update:] As grawity noted in a comment below, the filename extension is used by Linux file-managers (I assume this means GUI apps like nautilus and character apps like mc).

However I find it a useful convention to adhere to anyway.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How do I change all plain text files to .txt files in a directory? Is there such a command?

From Dev

Covert HTML code in .txt files into plain text

From Dev

robots.txt error : Content Type should be text/plain

From Dev

How to sort all the JSON data into plain TXT file

From Dev

Why do some Linux files have a 'd' suffix?

From Dev

How to naturally sort a list of files (some ending with numbers, e.g. "-2") in PHP

From Dev

how to read all text from all txt files(*.txt)

From Dev

How to add suffix to a plain text in python

From Dev

Look up and sort data from some .txt files

From Dev

Should all files have the .php extension or should PHP output a string?

From Dev

How to grep all files that have a keyword and files should be created today

From Dev

Sort plain text data in php

From

How to find all files,with substring, e.g. xyz (caseinsensitive) in filename within particular type (*.txt) using linux command line?

From Dev

Create txt with full paths to files and some additional text

From Dev

In Python, is there a way I can download all/some the image files (e.g. JPG/PNG) from a **Google Images** search result?

From Dev

How to have URLs without a suffix (e.g .action) in Struts 2?

From Dev

The `g` suffix for some GnuWin32 utils

From Dev

How to open different plain text files (.txt and .tex) with different default applications?

From Dev

Stripping a git repo of all committed files that should have been ignored

From Dev

Bash script to rename some files with a suffix

From Dev

VB.net txt text file merge / concatenate all files

From Dev

Add a suffix to some lines of a text file with a batch

From Java

Parsing plain text to some structured object

From Dev

password store storing some passwords in plain text

From Dev

Ensure that all committed text files have only LF newlines

From Dev

I HAVE SOME TEXT FILE WITH SAME CONTENT BUT DIFFERENT FILES NAME. BUT I GOT DIFFERENT HASH VALUE FOR ALL MY SAME CONTENT FILE

From Dev

Windows CMD: Add Suffix to all files in folder

From Dev

Add suffix to all files in the directory with an extension

From Dev

Remove a specific suffix from all the files in a directory

Related Related

  1. 1

    How do I change all plain text files to .txt files in a directory? Is there such a command?

  2. 2

    Covert HTML code in .txt files into plain text

  3. 3

    robots.txt error : Content Type should be text/plain

  4. 4

    How to sort all the JSON data into plain TXT file

  5. 5

    Why do some Linux files have a 'd' suffix?

  6. 6

    How to naturally sort a list of files (some ending with numbers, e.g. "-2") in PHP

  7. 7

    how to read all text from all txt files(*.txt)

  8. 8

    How to add suffix to a plain text in python

  9. 9

    Look up and sort data from some .txt files

  10. 10

    Should all files have the .php extension or should PHP output a string?

  11. 11

    How to grep all files that have a keyword and files should be created today

  12. 12

    Sort plain text data in php

  13. 13

    How to find all files,with substring, e.g. xyz (caseinsensitive) in filename within particular type (*.txt) using linux command line?

  14. 14

    Create txt with full paths to files and some additional text

  15. 15

    In Python, is there a way I can download all/some the image files (e.g. JPG/PNG) from a **Google Images** search result?

  16. 16

    How to have URLs without a suffix (e.g .action) in Struts 2?

  17. 17

    The `g` suffix for some GnuWin32 utils

  18. 18

    How to open different plain text files (.txt and .tex) with different default applications?

  19. 19

    Stripping a git repo of all committed files that should have been ignored

  20. 20

    Bash script to rename some files with a suffix

  21. 21

    VB.net txt text file merge / concatenate all files

  22. 22

    Add a suffix to some lines of a text file with a batch

  23. 23

    Parsing plain text to some structured object

  24. 24

    password store storing some passwords in plain text

  25. 25

    Ensure that all committed text files have only LF newlines

  26. 26

    I HAVE SOME TEXT FILE WITH SAME CONTENT BUT DIFFERENT FILES NAME. BUT I GOT DIFFERENT HASH VALUE FOR ALL MY SAME CONTENT FILE

  27. 27

    Windows CMD: Add Suffix to all files in folder

  28. 28

    Add suffix to all files in the directory with an extension

  29. 29

    Remove a specific suffix from all the files in a directory

HotTag

Archive