RADE

Source Code Manager

adl_ls_type

Listing available file's types

Quick Reference

Abstract

The adl_ls_type command displays all the available types known by SCM


Synopsis

adl_ls_type [type ...] [-program] [-h | -help | -?]

Usage

SCM associates an object type with each file given as parameter of the [1] adl_mk_elem command. If this command fails, use the adl_ls_type command to known all the available types (suffixes of the files) known by SCM and their characteristics (binary file, text file, executable file or not).
The “-program” option formats the output of the command, in order to analyze the result in a program.

The information displayed are:

The "-program" option displays information in a specific output mode. For more details, see the article explaining this option.

[Top]

Options

adl_ls_type accepts the following options:
 

-h|-help|-? Help of the command
type... Reduce the list to the given type(s)
-program Display the output in a program mode

Examples

 
Display all the available types: (extract of the available types in SCM)  

adl_ls_type File type Content type Unix Executable --------------------------------------------- a Bin Not exec avi Bin Not exec bas Text Not exec bat Text Not exec bin Bin Not exec bk Bin Not exec bmp Bin Not exec c Text Not exec c_ Text Not exec catalog Bin Not exec CATAnalysis Bin Not exec CATDlg Text Not exec ... sh Text Exec

 

Display all the available types in a program mode: (extract of the available types in SCM)  

adl_ls_type -program a BINARY 0 avi BINARY 0 bas TEXT 0 bat TEXT 0 bin BINARY 0 bk BINARY 0 bmp BINARY 0 c TEXT 0 c_ TEXT 0 catalog BINARY 0 CATAnalysis BINARY 0 CATDlg TEXT 0 ... sh TEXT 1

[Top]


References

[1] adl_mk_elem:  Creating an object

[Top]


History

Version: 2 [Nov 2001] Document update
Version: 1 [Mar 2001] Document creation

[Top]


Copyright © 2001, Dassault Systèmes. All rights reserved.