Top "Directory-structure" questions

Questions that relate to the organization of files and directories in a filesystem.

Create tar-file without folder strucure

I have to compress multiple files to one tar-File. As I have to repeat this for many files in many …

compression tar directory-structure
When to use Push-Location versus Set-Location?

At first sight Set-Location and Push-Location PowerShell cmdlets look alike when it comes to changing the current directory. What are …

powershell directory-structure
Unzip - Warning and Mapname

I have a folder that I download from Dropbox using a shared link (not public link) and curl. It is …

bash curl warnings unzip directory-structure
using wild card when listing directories in python

how can I use wild cars like '*' when getting a list of files inside a directory in Python? …

python file-io filesystems directory-structure
Docker: Using COPY when the Dockerfile is located in a subdirectory

I'm building an app using multiple dockerfiles (one for each service). My app's directory structure is as follows: app ├── dockerfiles │ ├── …

docker copy docker-compose dockerfile directory-structure
Flatten complex directory structure in Python

I want to move files from a complex directory structure to just one place. For example i have this deep …

python directory-structure flatten file-move
C++ project source code layout

One of the popular way to organize project directory is more or less like this: MyLib +--mylib_class_a.h …

c++ version-control directory-structure code-organization project-organization
ReactJS Flux Application directory structure

My team is currently working on a large application being written in ReactJS using Facebook's Flux architecture. It is still …

reactjs directory-structure reactjs-flux