About 52 results
Open links in new tab
  1. Which is correct: "Filename", "File Name" or "FileName"?

    Nov 22, 2010 · Filename is in my experience the most common and in my opinion the best looking. File name is also acceptable, but I would only use it rarely, perhaps in a parallel construction such as the …

  2. filename and pathname of a file - Unix & Linux Stack Exchange

    Jul 28, 2014 · The filename tim is itself the name of an entry in the directory whose pathname is /home; this file happens to be a directory. tim.pdf is also a pathname: any filename is a pathname that …

  3. Idiomatic way of generating a unique filename? - Unix & Linux Stack ...

    Apr 27, 2025 · 3 The true idomatic way (in Unix) to generate a unique temporary filename is to use the current process ID to form the name. For example in a shell script: touch tmpfile.$$ There can only …

  4. Is space not allowed in a filename? - Unix & Linux Stack Exchange

    It is said that on Unix and Linux in general, you should avoid having spaces in a filename of a file (ordinary file, dir, link, device file, ...). But I do that all the time. For a filename with a...

  5. bash - Extract part of filename? - Unix & Linux Stack Exchange

    Jun 20, 2021 · Extract part of filename? Ask Question Asked 4 years, 9 months ago Modified 6 months ago

  6. Usage of dash (-) in place of a filename - Unix & Linux Stack Exchange

    For a command, if using - as an argument in place of a file name will mean STDIN or STDOUT. But in this example, it creates a file with the name -: echo hello > - How can I make - in this example

  7. How do I use find when the filename contains spaces?

    I want to pipe file names to other programs, but they all choke when the names contain spaces. Let's say I have a file called. foo bar How can I get find to return the correct name? Obviously I ...

  8. Where are filenames stored on a filesystem?

    Jun 2, 2015 · 6 Filenames are stored in the directory data structures, which have the filename (a string) and the corresponding inode number. directory is responsible for mapping filename --> inode. and …

  9. What does the tilde (~) mean at the end of a filename?

    What is the file with the ~ at the end of the filename for? $ ls # aliased to add flags -rwxrwxr-x 1 durrantm 2741 May 16 09:28 strip_out_rspec_prep_cmds.sh~* drwxrwxr-x 13 durrantm 4096 May 16...

  10. Resolve filename from a remote URL without downloading a file

    Resolve filename from a remote URL without downloading a file Ask Question Asked 11 years, 11 months ago Modified 2 years, 6 months ago