Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Create a bash shell script that removes all files whose
names end with a "~" from your home directory and
subdirectories. Name this script "cleanup.sh"

Answer Posted / somnath

#!/bin/bash

find /home -name "*~" | xargs rm

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you get the value of pi till a 100 decimal places?

1013


Is bash an operating system?

1032


What is an sh file?

987


How can I set the default rwx permission to all users on every file which is created in the current shell?

1469


How do you know which shell I am using?

1087


What is shell and terminal?

1046


What is a shell environment?

1041


I have 2 files and I want to print the records which are common to both.

1205


Is shell scripting a programming language?

1093


What is the use of break command?

1162


Is shell scripting a language?

1096


What is difference between bash and shell?

1172


Suppose you execute a command using exec, what will be the status of your current process in the shell?

1116


What is a shell in operating system?

1151


What is a program shell?

1099