UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: cosChapter 11
The awk Programming Language
Next: Reference: do
 

delete

delete array[element]
delete array

Delete element from array. The brackets are typed literally. The second form is a common extension, which deletes all elements of the array at one shot. {N}


Previous: Reference: cosUNIX in a Nutshell: System V EditionNext: Reference: do
Reference: cosBook IndexReference: do

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System