Basic Commands: Difference between revisions

From Try-AS/400
Jump to navigation Jump to search
(Created page with "This article describes the basic commands for easy reference. Even more can be found at [https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_71 IBM's documentation]. {|...")
 
No edit summary
Line 3: Line 3:
{| class="wikitable sortable"
{| class="wikitable sortable"
! Command
! Command
! Description
! Short Description
! Details
! Details
|-
|-
| DLTF
| DLTF
| Deletes a file.
| Deletes a file, f.e.<br/><tt>DLTF FILE(SOMELIBRARY/SOMEFILE)</tt>
| [https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_71/cl/dltf.htm Details]
| [https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_71/cl/dltf.htm Details]
|}
|}

Revision as of 11:42, 30 September 2019

This article describes the basic commands for easy reference. Even more can be found at IBM's documentation.

Command Short Description Details
DLTF Deletes a file, f.e.
DLTF FILE(SOMELIBRARY/SOMEFILE)
Details