Write the following script files.

Write a script file called srm (super remove) that deletes the specified filename(s) and asks for confirmation before deletion.


# super delete program

echo "Enter file(s) name you intend to delete: \c"
read filename
rm i filename

Computer Science & Information Technology

You might also like to view...

Which of the following statements displays the contents of a string called ‘class’ correctly?

A. cout << “I have “ class “on Mondays”; B. cout<< “I have “ << class << “on Mondays”; C. cout<< “I have << class << on Mondays”; D. cout<< “I have ‘class’ on Mondays”;

Computer Science & Information Technology

Quick Tables are stored as templates

Indicate whether the statement is true or false

Computer Science & Information Technology

Match the following scenarios with their PowerPoint feature to solve the problem:

I. add information for a viewer to determine the purpose of a hyperlink II. open a program and a show a feature within it III. link from a menu item in a presentation to slides in another presentation IV. insert an image instead of embedding it V. want to access a university department URL during a presentation A. ScreenTip B. link to a Web page C. link to new document D. link to a slide E. create a picture link

Computer Science & Information Technology

LuAnn has written a book report on "To Kill A Mockingbird" for her English class. Her instructor was impressed and has asked her to talk about the book at the next class. LuAnn decides to edit the report and convert it from a Word document to a PowerPoint presentation.LuAnn opens a blank PowerPoint presentation, chooses the Hardcover theme, and creates a title slide before inserting the Word document outline as new slides. Because she is used default settings for her Word document theme, LuAnn must reset the new slides' ____ so they are formatted with the Hardcover theme.

A. layout B. style C. structure D. view

Computer Science & Information Technology