sandeepmur
Programmer
Hi,
I need to exclude some directories in my find cmd:
> find . -name "*"
Output:
./Repubs/2.4.5_ResetPrd_Rep
./Repubs/1.4.3_SendCommonDamage_Rep
./Repubs/2.3.5_Sendsh_Rep
how can I achieve this ?
thnx
I need to exclude some directories in my find cmd:
> find . -name "*"
Output:
./Repubs/2.4.5_ResetPrd_Rep
./Repubs/1.4.3_SendCommonDamage_Rep
./Repubs/2.3.5_Sendsh_Rep
how can I achieve this ?
thnx