Questions tagged [file-moving]

41 questions
50
votes
1 answer

Kubernetes - how to download a PersistentVolume's content

I have a test executor Pod in K8s cluster created through helm, which asks for a dynamically created PersistentVolume where it stores the test results. Now I would like to get the contents of this volume. It seems quite natural thing to do. I would…
Ondra Žižka
  • 43,948
  • 41
  • 217
  • 277
4
votes
1 answer

How can I move file around in spacemacs

I know some ways to rename files using neotree or SPC f f but they involve renaming them. Is there a way to graphically select them and move them around in some other directories?
4
votes
2 answers

Copying a file to multiple folders in the same directory

I have a file, lets call it EXAMPLE.DBF The location of this file is C:\EXAMPLE.DBF Now I would like to copy this file into multiple folders at another location. These folders are dated Sub-directories so they are named 20140101 - 20141231 and…
VicT
  • 35
  • 1
  • 1
  • 2
3
votes
1 answer

Using Apple Script to move multiple files from multiple folders to one

Found this forum while googling for my question, which I can't really find an answer for. I'm not a programmer, but I'm just trying to find out how I can use an AppleScript to move multiple files into one folder. I have a folder containing about…
Quiensera
  • 31
  • 1
1
vote
1 answer

Safest Move Directory in Java

I'm looking for the safest way to move a directory in Java. My code right now is basically Path destPath = Paths.get(parentPath.toString().replace("service",…
1
vote
1 answer

Reorganizing directory structure for Visual Studio solution

My Visual Studio (VS) project/solution works as intended, but VS has somehow organized the directory structure (source files) of my project in a non-logical way. The current directory structure Solution Folder Project 1 folder Project 1…
thesystem
  • 554
  • 1
  • 10
  • 31
1
vote
2 answers

Moving and renaming specific files from folders and naming them consecutively per folder

I need to sort through many folders (all in the same directory) to move and rename all the JPGs as "parentfolder" + "#", where "parentfolder" is the parent folder name and "#" is a consecutive label for each group of files in their respective…
Andre
  • 15
  • 5
1
vote
1 answer

Fedora terminal: Extract single files from multiple folders into one folder?

I have multiple folders with files. I would like all the files in one folder. How do i do this? I tried mv *(extension) /path to current folder but mv doesn't look into folders.
user1163859
  • 123
  • 2
  • 14
1
vote
1 answer

Moving files in Applescript, got error: "Finder got an error: Handler can’t handle objects of this class."

I am trying to move files using Applescript, and I get an error every time I run the app. In the contents of the app, I have the file(s) I want to move (so if I distribute the app the users won't have to separately download the file(s)). That is…
ThatCrazyCow
  • 469
  • 2
  • 5
  • 17
1
vote
0 answers

Concrete5 5.7: Database error when moving servers

After weeks of developing I'm now trying to move my concrete5 website from my local xampp server to a paid host. I found and followed this tutorial: http://www.concrete5.org/documentation/developers/5.7/installation/moving-a-site/ I've followed…
user1712263
  • 115
  • 1
  • 7
1
vote
1 answer

Linux cmd to copy file to an existing file without overwriting it

Now I am having two files. File A and file B. Both files contain of information inside. I am having issues on how to copy the information in file A to file B without removing or overwriting the information in file B by using Linux command…
user3722332
  • 15
  • 1
  • 5
0
votes
1 answer

how to use bat file to move files from subdirectories to one folder

I'm trying to use a .bat file to go into a folder, and take all photos within it and its subfolders, and place them all into another directory. I know how to copy the folder exactly, with all subfolders remaining in place when copied with @ECHO…
0
votes
0 answers

How to run PyPdf2 fileMerger within a shared folder on a network drive

I am trying to merge multiple files using PyPDf2 within a folder in my office's shared drive. However, my program never finishes running because I believe that it does not have permission to access the folder. Is there a way to allow access to…
0
votes
1 answer

Add date variable to bat file that finds newest file within folders

I found a script which copies the newest file from a directory into another directory and renames it to a static name, this works will. I'm looking to amend it to cater for files that sit within folders that that are created daily. So the folder…
greenage
  • 399
  • 3
  • 13
0
votes
0 answers

Moved my whole source to another folder, now I can't see previous commits?

I had files in the root of the repository with lots of commits. I decided to move the source files to a new 'src' folder and leave the root for other kind of files. In source tree this equaled to deleting the files in the root and creating new files…
Tudvari
  • 2,715
  • 2
  • 14
  • 33
1
2 3