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

Which file will take place while booting

1 Answers  


How to delete “abc” files using find command

3 Answers  


Which file maintain the kernel

2 Answers  


Hello Everyone, One of our servers is showing a strange issue, let me paste the output Code: root # uptime 4:37pm 3 users, load average: 0.00, 0.04, 0.04 Its been running since months but you can see after time there isn't any output like up 191 days(s). Even the who command with b and r option isn't giving any output. Code: root # who -b root # root # who -r root # the date command displays correct output. I am not sure but is it because someone has played with utmpx and wtmpx files, is reboot the only solution we have. Can anyone help us since we don't intend to reboot the server for such a reason and also no one has complained till yet.

1 Answers  


May I know the difference between the RAID and Volume Manager?

7 Answers   ITC Infotech,






How to know actual capacity of Ethernet port by command line? (Sun Fire V480 and some one configured Eth interface as 100mbps and need to change to 1000mbps but How i would know that port is of capacity 1000mbps or not?

7 Answers   Softenger,


I have only one plex and one subdisk and one volume , then plex is failed how can we recolect it?

4 Answers   IBM,


How ill you create a subdisk and plexus

1 Answers  


IS THERE ANY WAY TO TAKE GOST BACKUP

1 Answers  


Where the ip address will be stored

4 Answers  


Procedure for Firmware upgrade

1 Answers  


What is an alternative to the “top” command on Solaris?

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