Search Results

Search: Posts Made By: soumodeep123
5,019
Posted By soumodeep123
I am using find . -type d \( ! -name test1 ...
I am using
find . -type d \( ! -name test1 -o ! -name Test -prune \) |cpio -pvdm /abc/cat

to copy only the directories but it is not happening, it is copying everything.

But when I am...
5,019
Posted By soumodeep123
Copy Structure excluding some folders
Hi

I want to copy the structure from one place to another.

-> cd /hol/;
-> find . -type d | cpio -pvdm /abc/cat;


while copying the structure I want to exclude some directories like...
3,975
Posted By soumodeep123
ls + folder path
I am using ls -l -R to view all the files in the parent directory and sub -directories. Is it possible to view the path of the files in another column.
Showing results 1 to 3 of 3

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