About 394,000 results
Open links in new tab
  1. Linux command to print directory structure in the form of a tree

    Aug 11, 2010 · Is there any linux command that I can call from a Bash script that will print the directory structure in the form of a tree, e.g., folder1 a.txt b.txt folder2 folder3

  2. linux - Create zip file and ignore directory structure - Stack Overflow

    Dec 5, 2019 · Unix zip directory but excluded specific subdirectories, how to exclude directories and file zipping a directory?, How to exclude a directory when zipping files, etc.

  3. linux - Exploring Docker container's file system - Stack Overflow

    Mar 3, 2015 · The file system of the container is in the data folder of docker, normally in /var/lib/docker. In order to start and inspect a running containers file system do the following:

  4. linux - Copy folder structure (without files) from one location to ...

    Dec 29, 2019 · Original close reason (s) were not resolved I want to create a clone of the structure of our multi-terabyte file server. I know that cp --parents can move a file and it's parent structure, but is …

  5. Bash: Copy named files recursively, preserving folder structure

    Nov 3, 2015 · Bash: Copy named files recursively, preserving folder structure Asked 16 years, 2 months ago Modified 10 years, 2 months ago Viewed 81k times

  6. linux - How do I tar a directory without retaining the directory ...

    3 If you want to tar files while keeping the structure but ignore it partially or completely when extracting, use the --strip-components argument when extracting.

  7. linux - unzip in current directory while preserving file structure ...

    Jan 23, 2017 · I need to unzip that file, into current directory, but preserving the file structure. unzip myfile.zip will create a myfile directory in current directory which is not what I want.

  8. filesystems - What makes the Unix file system more superior to the ...

    May 19, 2012 · The process with the file open hangs on to the inode, rather than to the directory entry. When the process closes the file, the OS deletes the inode because there are no more directory …

  9. linux - How do I extract files without folder structure using tar ...

    I have a tar.gz-file with the following structure: folder1/img.gif folder2/img2.gif folder3/img3.gif I want to extract the image files without the folder hierarchy so the extracted result looks li...

  10. scp a folder to a remote system keeping the directory layout

    Jan 21, 2016 · I have a large directory tree with hundreds of nested sub-folders. I need to copy only 4 folders and their contents to a remote system, but I need to destination folder structure to be kept the …