UNIX-Connect > UNIX-Connect User Guide > File Transfer > SFT Commands > delete-item Command

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

Reality V15.0 ()

delete-item Command (UNIX-Connect User Guide) (m603006+deleteitem.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

delete-item Command

The delete-item command allows you to delete a remote Reality item or UNIX file, or all the items or files in a specified Reality file or UNIX directory as appropriate.

Syntax

delete-item RealityFile [ ItemId || * ]
- or -
delete-item Directory [ UnixFile || * ]

Syntax Elements

RealityFile The name of the Reality file containing the item to be deleted.

ItemId The name of the Reality item to be deleted.

Directory The name of the UNIX directory.

UnixFile The name of the UNIX file to be deleted.

Note: You must leave a space between the UNIX directory and file name.

* Specifies that all items or files (as appropriate) are to be deleted.

Note: You cannot use UNIX wild-card characters in the Directory or UnixFile parameters.

Remarks

delete-item can only be used if a connection has already been established using the connect command.

Example

sft> delete-item TEST ITEM01
sft>

deletes the item ITEM01 from the Reality file TEST.

RealityV15.0Comment on this topic