http://www.aros.orgAROS-ExecTeam AROSAROS-Exec Archives

Home

English

Deutsch

Ελληυικά

Français

Italiano

Nederlands

Polski

Português

Русский

Español

Suomi

Svenska

Česky


News

Archive

Introduction

Status
Screenshots
Ports
License

Download


Documentation

Users
Installation
Using
Shell commands
Applications
FAQ
Developers
Contribute
Roadmap
Bug Tracker
Working with Subversion
Compiling
Application Development Manual
Zune Application Development Manual
System Development Manual
Debugging Manual
Reference
Specifications
UI Style Guide
Documenting
Porting
Translating
Summaries
Links

Contact

Mailing lists
IRC channels

Credits

Acknowledgements


Pictures

Developers
Developers en Masse

Sponsors

Linking

Links

SourceForge Logo

Delete

Index Prev Next


Name

Delete

Synopsis

Delete { (name | pattern) } [ALL] [QUIET] [FORCE]

Location

Sys:c

Function

Deletes files and directories. You may delete several files and directories
by listing them separately or by using wildcards. To abort a multiple
delete, press CTRL-C. Delete will notify the user of which files it
weren't able to delete.
    Delete cannot delete directories which are not empty unless the
ALL option is used. To suppress file and directory names from being
printed while deleted use the QUIET option. If the 'd' protection bit
is cleared for a file or directory, it may not be deleted unless the
FORCE option is used.

Inputs

FILE/M/A  --  files or directories to delete (may contain patterns)
ALL/S     --  recursively delete dirctories
QUIET/S   --  don't print which files/directories were deleted
FORCE/S   --  delete files/directories even if they are protected from
              deletion

Example

Delete RAM:T/#? ALL FORCE

Deletes all directories and files recursively in the directory RAM:T
even if they are protected from deletion.

Copyright © 1995-2008, The AROS Development Team. All rights reserved.
Amiga® is a trademark of Amiga Inc. All other trademarks belong to their respective owners.