python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Copy multiple files using if(isset($_GET
I'm trying to copy 2 files at once, a video file and an image file with the same name using if(isset($_GET['video'])) but I can't seem to get it right.
I can copy the video but my attempt to copy the ...
user10998289
Votes: 0
Answers: 1
installing latest bash on macos 12.x
I was trying a cp command that ran fine under ubuntu 20, namely
(base) jr@Historys-MacBook-Air test % cp --backup=numbered src dest
cp: illegal option -- -
which struck me as weird, so checking the m...
jeremy_rutman
Votes: 0
Answers: 1
Ansible copy file to similar path locations
Currently I am trying to replace all Tomcat keystore files in a particular location across multiple nodes. The problem is, the directory structures are similar, but not exactly the same.
For example, ...
mcgriddletime
Votes: 0
Answers: 2
mv/cp commands not working as expected wih xargs in bash
Hi I have 2 parent directories with these contents, under /tmp:
Note parent directory names have ";" in it- not recommended in Unix like systems, but those directories are pushed by an exte...
dig_123
Votes: 0
Answers: 1