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

IS THERE ANY WAY TO TAKE GOST BACKUP

1 Answers  


How to set the time zion

3 Answers  


How to find the kernel bit version or architecture

5 Answers  


I want to create a 30Gb of size in three different disks 10Gb,5Gb and 15Gb respectively in VxVm , how can we create it kindly explain step by step procedure.

4 Answers   ITC Infotech,


How to enable and disable the dtlogin

1 Answers  






What is the difference between container and zones?

1 Answers   IBM,


How to remove the volume

1 Answers  


How to mirror and unmirror a disk?

1 Answers  


How to create NULL files of specific size in solaris ?

9 Answers   IBM,


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

1 Answers   Wipro,


how to change boot disk

4 Answers  


How to change the hostname and Ethernet address in single command

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)