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

How to review all zones in solaris10?

3 Answers   Infosys,


How can youy check the disk status in , is it locally connected or remotely connected?

4 Answers   Thomson Reuters,


How to do the disk cloning on solaris

1 Answers  


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

2 Answers   HP, ITC Infotech,


1.Password less authentication in linux & Solaris

1 Answers   TCS,


How can you see the system firewll?

0 Answers   Thomson Reuters,


what is use of default users in solaris especilly nobady,noacess and nobady4

2 Answers  


I would like to create users and the users account should be locked after 3 login attempts. How to create ? And where these locked information has been stored. Environment : NIS and if LDAP also

4 Answers   CTS,


i dont have access to the FTP server, what is the problem and how to trouble shoot?

1 Answers   Wipro,


Which file will take place while booting

1 Answers  


How to find & replace bad disks in solaris & VXVM?plz explain step by step?

4 Answers  


Is it possible to create swap in new harddisk without format

2 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)