About 362,000 results
Open links in new tab
  1. linux - What is the shell command to display contents of a file ...

    Feb 23, 2010 · 2 file : Display the type of file cat : Display the content of the file and outputs it on stdout. You can use vi, emacs command to edit the file in Unix environment. If you do not have expertise in …

  2. Get Last Modified Date of File in Linux - Super User

    Apr 3, 2014 · 1 ls -l shows the file's "modification time" (mtime), the time of last modification of the data in the file. ls -lc shows file's "change time" (ctime), the time of the last change to the file's status …

  3. linux - How to check all timestamps of a file? - Super User

    @FatalError, Birth time can be displayed with Linux stat command, see How to find creation date of file? and What file systems on Linux store the creation time?.

  4. linux - How can I create a file with a specific size from a command ...

    Jun 19, 2013 · 130 How can I create a file (e.g. using the touch command or another similar way), but with a specific size (e.g. 14 MB)? The use case is to test FTP with various file sizes. If we can create …

  5. How do I list files with full paths in Linux? - Super User

    Jan 3, 2013 · In Linux, is there an equivalent to Dir /s /a /b where the full path and filename is listed? I'm new to Linux, and without a GUI, I want to get an idea of the structure of what's on the hard disk.

  6. linux - remove text from file - Super User

    I want to remove some text from file1.txt. I put the text in the file tmp and do: grep -f tmp file.txt But it gives me only the difference. The question is how to remove the difference from file...

  7. How to upload local file to server through Linux terminal?

    Dec 10, 2014 · want to transfer my local file to server by using Linux Terminal.Suppose we used to access server by putty or ssh but not able to transfer there file by on same terminal.

  8. How can I edit a file if there is no vi, vim, joe, etc? - Super User

    Aug 20, 2012 · Is there a way to edit a file if there are no vi, vim, joe, mcedit? In another words is there a way to edit a file using just the shell commands?

  9. linux - How to execute a command whenever a file changes? - Super …

    I want a quick and simple way to execute a command whenever a file changes. I want something very simple, something I will leave running on a terminal and close it whenever I'm finished working wit...

  10. How to recover a removed file under Linux? - Super User

    Jun 8, 2010 · By accident, I used rm on a file I didn't want to delete. Is there a way that I can get it back under Linux?