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,


what is the diff between ufslog and vxfslog?

1 Answers  


Explain rc script and run level

1 Answers  


How can we take the failback in Veritas Cluster Server.

1 Answers   ITC Infotech,


How to find the versions?

2 Answers  






How will see the hostname

3 Answers  


Explain about Vxrecover?

3 Answers   EDS,


How to add a tape deck on Sun Solaris version 10

2 Answers  


How to find the hardware configuration

1 Answers  


How to review all zones in solaris10?

3 Answers   Infosys,


How to Encapsulate the new root disk (c2t2d0).

3 Answers  


What is the basic requirement for cluster.

2 Answers   ITC Infotech,


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)