Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!.

Questions tagged [move]

Score of 1
0 answers
35 views

Imagine I have an information carrier (like a file or a directory). When it becomes too large to fit on one drive, I can always move it to another drive where I have more space. You might expect this ...
Score of 0
1 answer
51 views

I have the following file structure /media/movies/movie1/movie1.dolby.mkv /media/movies/movie2/movie2.dolby.mkv /media/movies/movie3/movie3.stereo.mkv /media/movies/movie4/movie4.stereo.mkv I want to ...
Score of 0
3 answers
194 views

The folder structure is this C: ¦ ¦ +---Parent folder1 ¦ ¦ +---Sub-folder ¦ +---Folder-with-specific name ¦ File1 ¦ File2 +---...
Score of 0
0 answers
75 views

As shown in the figure, GPT(Reserved Partition) appears on the right side of C: Windows, but I want to increase the size of C: Windows. Is it possible to move GPT(Reserved Partition) jump to the left ...
Score of 1
1 answer
112 views

This slightly more advanced for me Im not sure its possible I would like to find directories with mkv files that have 1 link find . -type f -links 1 -print' Currently im using this to find the mkv ...
Score of 2
0 answers
93 views

I was moving my User/name data for documents/music/etc. back from the D:\ drive to the OS drive (C:\User/name) and inadvertently seem to have moved the entire User name out of the OS tree (C:\ User\...
Score of 2
1 answer
374 views

Recently, I needed to import a saved Mozilla Thunderbird profile from a drive image made the day before. It should have been simple -- the newly-installed email client was the same version as that in ...
Score of 0
2 answers
92 views

I generate from time to time, in a directory, one file such as pi-hole-srv-teleporter_2024-08-27_13-59-16.tar.gz. But sometimes there are two or more following the same naming template (with different ...
Score of 0
0 answers
89 views

for /f "tokens=*" %%i in (%file_list%) DO (move "%src_folder%\%%i" "%dst_folder%") This resulted in copy instead of move. I need to remove the files from the source ...
Score of 1
1 answer
112 views

I know how to check if a specific program is running like winrar which might indicate usage on drive d: but is there a better way to determine if a drive is relatively idle enough (via Batch or other ...
Score of 0
1 answer
517 views

In Visio, is there a shortcut key that will let me move shape without any connectors attached to it. As in, click and hold mouse button while pressing a key, drag the shape and leave the connectors in ...
Score of 5
4 answers
2961 views

I have a Windows Folder A (containing some files/folders) with Date Created and Date Modified as 11/23/2023 05:26 p.m. I have another Windows Folder B (containing some files/folders) with Date Created ...
Score of 0
1 answer
74 views

Need to move any given quantity of files from a given type (csv in example) from ./source to a ./target folder and that: the total size of all files moved is below a given value SrcMax files are ...
Score of 1
2 answers
932 views

On a Windows machine, I've got about 50 subdirectories in the same directory, each with around 5 files in it. I want to get all 250-or-so files into one directory. In a UNIX system, I'd just open a ...
Score of 1
0 answers
135 views

How to monitor when files are created and then move them to different directories one by one and in sequence on Windows? For example, I have files in C:\Temp File names are random like File545.tmp ...

15 30 50 per page