Search Results

Search: Posts Made By: MKTM_93_SIMP
2,239
Posted By MKTM_93_SIMP
So i've managed to get the files moved and...
So i've managed to get the files moved and renamed however i'm finding errors when I try to put sequential numbers after the file names, my aim would be to split these up i.e sequential numbers after...
2,239
Posted By MKTM_93_SIMP
So I want to copy files from one dir to another...
So I want to copy files from one dir to another but rename the file names in the source dir to the dir name, i was attempting to create one script to copy them and another to rename them? Or is it...
2,239
Posted By MKTM_93_SIMP
Copying files
I'm trying to do this exact same thing, so far I have created this to move files

i've named my script CP.sh

#!/bin/bash

cd /root/my-documents/NewDir/
for f in *.doc
do cp -v $f...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 06:12 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy