python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to combine pwd with ls and grep
Let's say that there are several directories and within them are several different files and I want to find a particular file location within all these directories.
How do you use pwd with ls -laR | g...
Ajeeth_BT
Votes: 0
Answers: 2
How can I stop a read-only file causing an infinite VBA loop?
novice here who usually finds his way with trial & error but coming up stumped here.
I have a loop that goes through files in a folder and copies data from each file and in to a master.
As each fi...
Ian Black
Votes: 0
Answers: 1
Data type DIR isn't recognized in VScode (<error-type> DIR)
I'm using VScode and data type DIR is recognized as error type. Also variables of this type aren't advised in autocompleting but everything works completely as it should. What could be the issue and h...
Федя Старик
Votes: 0
Answers: 0
How to ensure Spring `Resource::createRelative` returns relative file resource for directory resource without trailing slash?
Hej,
in a Spring Boot application I need to use a base directory on the filesystem and access file resources relative to that.
Spring Boot allows to configure a directory via application.properties an...
tortoiseparrot
Votes: 0
Answers: 0