Search Results

Search: Posts Made By: Wolverine89
990
Posted By Wolverine89
Bash - manually cp-r
hi guys i want a script manually copy all directories and files. Dont want to use cp-r, cp-R or any variant. How to do this, the piece of code i need is commented in the script


Code:
#!bin/bash...
1,068
Posted By Wolverine89
Bash - manually cp-r
hi guys i want a script manually copy all directories and files. Dont want to use cp-r, cp-R or any variant. How to do this, the piece of code i need is commented in the script


#!bin/bash
...
3,425
Posted By Wolverine89
i did use the homework criteria
i did use the homework criteria
3,425
Posted By Wolverine89
Linux copy directory without using cp -r or any variant
Hi guys,

I need a solution to copy files and folders without using cp-r , cp-R or any variants. So i need to code it manually. I allready have a loop

Avans Highschool Breda the Netherlands

...
4,878
Posted By Wolverine89
Copy directory without using cp-r
Hi guys,

I need a solution to copy files and folders without using cp-r , cp-R or any variants. So i need to code it manually. I allready have a loop


#!bin/bash

IFS=$'\n'

if test "$1"...
Showing results 1 to 5 of 5

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