Skip to main content
replaced http://unix.stackexchange.com/ with https://unix.stackexchange.com/
Source Link

I tried to execute delete as per many previous discussions occurred find & deletefind & delete

however my attempts lead to different experience.

find . -type d -name "koko" -exec rm -rf {} \; 

deletes the folder named koko but give me false alarm

find: ./koko: No such file or directory 

what is supposively going wrong at my terminal.

I am using tcsh , and -delete switch with find doesn't work well.

here is the snapshot of workout done

I tried to execute delete as per many previous discussions occurred find & delete

however my attempts lead to different experience.

find . -type d -name "koko" -exec rm -rf {} \; 

deletes the folder named koko but give me false alarm

find: ./koko: No such file or directory 

what is supposively going wrong at my terminal.

I am using tcsh , and -delete switch with find doesn't work well.

here is the snapshot of workout done

I tried to execute delete as per many previous discussions occurred find & delete

however my attempts lead to different experience.

find . -type d -name "koko" -exec rm -rf {} \; 

deletes the folder named koko but give me false alarm

find: ./koko: No such file or directory 

what is supposively going wrong at my terminal.

I am using tcsh , and -delete switch with find doesn't work well.

here is the snapshot of workout done

added 91 characters in body
Source Link
JigarGandhi
  • 5.1k
  • 10
  • 31
  • 38

I tried to execute delete as per many previous discussions occurred find & delete

however my attempts lead to different experience.

find . -type d -name "koko" -exec rm -rf {} \; 

deletes the folder named koko but give me false alarm

find: ./koko: No such file or directory 

what is supposively going wrong at my terminal.

I am using tcsh , and -delete switch with find doesn't work well.

here is the snapshot of workout done

I tried to execute delete as per many previous discussions occurred find & delete

however my attempts lead to different experience.

find . -type d -name "koko" -exec rm -rf {} \; 

deletes the folder named koko but give me false alarm

find: ./koko: No such file or directory 

what is supposively going wrong at my terminal.

I am using tcsh , and -delete switch with find doesn't work well.

I tried to execute delete as per many previous discussions occurred find & delete

however my attempts lead to different experience.

find . -type d -name "koko" -exec rm -rf {} \; 

deletes the folder named koko but give me false alarm

find: ./koko: No such file or directory 

what is supposively going wrong at my terminal.

I am using tcsh , and -delete switch with find doesn't work well.

here is the snapshot of workout done

Source Link
JigarGandhi
  • 5.1k
  • 10
  • 31
  • 38

find and delete gives false status

I tried to execute delete as per many previous discussions occurred find & delete

however my attempts lead to different experience.

find . -type d -name "koko" -exec rm -rf {} \; 

deletes the folder named koko but give me false alarm

find: ./koko: No such file or directory 

what is supposively going wrong at my terminal.

I am using tcsh , and -delete switch with find doesn't work well.