How to delete “abc” files using find command

Answers were Sorted based on User's Feedback



How to delete “abc” files using find command..

Answer / sbrahman75

# find / -name “abc” –exec rm {}\;

Is This Answer Correct ?    6 Yes 1 No

How to delete “abc” files using find command..

Answer / naresh kumar

# find / -type f -name "abc" -exec rm {}\;

Is This Answer Correct ?    3 Yes 0 No

How to delete “abc” files using find command..

Answer / srinivas rao.muvva

$find / type f -name "abc' -exec rm {} \;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Solaris Commands Interview Questions

What is the command to identify master node on vcs

1 Answers   Atos Origin,


Cannot open '/etc/path_to_inst'"

2 Answers  


If the /var file system is full then what you will do.

2 Answers   HP, ITC Infotech,


Pls explain the raids in solaris??

1 Answers   Bank Of America,


What is HA?

2 Answers  


How to make SUN server as router in subnetwork?

0 Answers   ITC Infotech, JPMorgan Chase,


How to Encapsulate the new root disk (c2t2d0).

3 Answers  


how to change boot disk

4 Answers  


how to set the hostname or username at commamd promt ? where to set password length,max and min ?

3 Answers   Accenture, Tech Mahindra,


If user is not loging in to server what is the problem?

5 Answers   Satyam, Wipro,


How many replicas should be for raid5 in sds if I have 5 disk

2 Answers  


You can receive e-mail, but when u try to send e-mail .. u can't send any. What is wrong?

4 Answers  


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)