Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
68 views

mkdir ./output for year in {1990..2025} do mkdir ./$year \n for week in {1..52} mkdir ./"$year"/"$week" \n done done gives syntax error on second call of mkdir ...
2 votes
1 answer
83 views

I have a question regarding mkdir -p with the -m option or with a change on umask to 227. When I want to create multiple folders like /tmp/test1/test2 and want all the newly created folders to have ...
0 votes
0 answers
317 views

I'm trying to generate an .aab file using EAS Build for my React Native app (managed workflow, non-ejected). I’ve followed the standard procedure and my eas.json is as follows: { "cli": { ...
0 votes
1 answer
258 views

I have recently downloaded Unity to try out some game dev. But every time i try to create a project im hit with this error message: An error occurred while resolving packages: One or more packages ...
2 votes
2 answers
962 views

So I’m trying to make a directory in TypeScript, but for some reason, it’s giving me an error saying "forbidden path: images". I’m not sure what I’m doing wrong here, and I’ve been having a ton of ...
0 votes
0 answers
50 views

I would like to create a new directory for any new contact I enter in an access database but I would like to check the existence of the directory only with the last 4 characters. These last 4 ...
2 votes
1 answer
333 views

I'm trying to setup a workflow using Nextflow on WSL2. After some changes, here is the full updated code: params.output_dir = "./workflow_output" params.input_dir = null process fastQC { ...
0 votes
0 answers
38 views

I am trying to create a directory contained ":" mkdir MD_6nax_apo_POPC:POPE_110A mkdir: impossible de créer le répertoire «MD_6nax_apo_POPC:POPE_110A»: Argument invalide While just mkdir ...
-2 votes
4 answers
108 views

I am working to add a file in temporary folder like so: self._dir = tempfile.mkdtemp() self._dir = os.path.join(self._dir, "test") os.mkdir(self._dir) self.checkpoint = os.path.join(self....
user avatar
4 votes
4 answers
423 views

I am trying to create a number of directories and subdirectories in one single command (ie avoiding for loops) like so: mkdir -p {20..30}/{1..5} This works no problem, and creates 10 directories, and ...
zapatilla's user avatar
  • 1,863
0 votes
3 answers
164 views

If the directory ~/testdir not exists, I want to create it. Before the test, I create the directory ~/testdir, but stat is not detecting it, and the program tries to create it once more. I only has ...
0 votes
1 answer
121 views

I'm using Google App Engine running Node.js that is returning a null value in my Android Studio app. Logcat looks good, but the Google App Engine Console is returning an error: Error: ENOENT: no such ...
2 votes
1 answer
13k views

My goal is to automate the creation of multiple directories that end with numerical indexes: dir03 dir04 ... dir09 I tried the following command: mkdir dir0[3-9]. As the result, the shell created a ...
yossi-matkal's user avatar
0 votes
0 answers
314 views

I'm trying to create POST action to upload images in Django. Using python:3.9-alpine3.13 docker image. Dockerfile contains those lines: RUN \ adduser \ --disabled-password \ --no-...
RomanMin's user avatar
0 votes
0 answers
652 views

#Please help me if you can I am working on a project where I need to run a program (script file) from github into git bash terminal. Whenever I tried to run the program, it shows mkdir error, says : ...

15 30 50 per page
1
2 3 4 5
...
81

AltStyle によって変換されたページ (->オリジナル) /