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

    Aug 11, 2010 · Adding the below function in bashrc lets you run the command without any arguments which displays the current directory structure and when run with any path as argument, will display …

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

    How do I tar a directory without retaining the directory structure? Asked 14 years, 11 months ago Modified 3 years, 6 months ago Viewed 156k times

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

    Dec 29, 2019 · 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 there any way to copy the directory structure …

  4. linux - Creating a full directory tree at once - Stack Overflow

    The question I believe was to make a nested directory structure of sorts from a single command/bash script. Tree however, gives a visual of the existing directory structure and does not really make one.

  5. linux - Tar a directory, but don't store full absolute paths in the ...

    Sep 8, 2013 · There are already many questions about tar and backuping in stackoverflow and at other places on the web, but most of them ask for dropping the entire sub-directory structure (flattening), or …

  6. Recursively List all directories and files - Stack Overflow

    Jul 3, 2015 · I would like to receive the following output. Suppose the directory structure on the file system is like this: -dir1 -dir2 -file1 -file2 -dir3 -

  7. 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.

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

    Mar 3, 2015 · This only finds a local directory that is mounted as a volume inside the container but does not allow accessing container's entire file system.

  9. linux - 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 …

  10. Linux command to print a tree like directory structure

    Apr 21, 2016 · I'm trying to write a script which will print directories, subdirectories and their files in a tree structure, but without using tree command. Example: DIR: A f1 f2 DIR: B ...