About 194,000 results
Open links in new tab
  1. Hide or Show File Name Extensions in Windows 10 | Tutorials

    Jan 16, 2020 · A file name extension is a set of characters added to the end of a file name that determine which app should open it. By default, File Explorer hides file name extensions in Windows …

  2. How do I display filetype with ls? - Ask Ubuntu

    Apr 27, 2018 · I think the best way to display a file type is using this command: file <filename> If you want to list the types of all files in a directory, just use: file * For more details about the arguments, …

  3. How to list text files without a .txt file extension?

    For example, how can I replicate: ls *.txt when my text files are missing the .txt ending, and as far as extensions go appear the same as many other types of file? Alternatively, is it possible t...

  4. Install and manage extensions - Chrome Web Store Help

    Unsupported extensions To better protect your privacy and security, Chrome and the Chrome Web Store require extensions to be up-to-date with new requirements. With this, Chrome may disable …

  5. How to see all files with a certain extension in a folder?

    Dec 23, 2022 · Is there some way that I can get Windows to show me all files of a certain extension in a folder? In File explorer's Details view, hover your cursor over the File explorer column heading Type. …

  6. How can I show all file types contained in a directory?

    Apr 23, 2017 · 12 Is there any command which tells me in the specific directory which types of files exist? I can find out the file type by using a command like od -c myfile | less. But I don't know how to …

  7. Another DISM SFC Question Solved - Page 2 - Windows 10 Forums

    Sep 14, 2022 · Ditch the .txt It needs to be a .bat file. Then make a new shortcut & it shouldn't argue with you. You'll probably find this easier to avoid in the future if you set File explorer to display file …

  8. Add caption tracks to your video files - Google Help

    Broadcast file formats These file formats are typically used for closed captions for broadcast content (TV and movies) and support either of these standards: Drive tries to display the captions from these files …

  9. How to add file extension or type to all files in Windows Explorer?

    Oct 18, 2022 · Also, don't forget that, by default, Windows Explorer hides the file type extension for "known" file types like .jpg. To see all of those hidden file types, you must enable "Show hidden file …

  10. ls - List files of particular extension - Ask Ubuntu

    Parsing the output of ls is unreliable. It will probably work in your case, but ls mangles unprintable characters. Here is a fully reliable way of counting the files matching a certain extension. This shell …