tREADME - frsh - french command language interpreter
(HTM) git clone git://src.adamsgaard.dk/frsh
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
tREADME (689B)
---
1 NAME
2 frsh – french command language interpreter
3
4 SYNOPSIS
5 frsh [file ...]
6
7 DESCRIPTION
8 The frsh utility is a french command language intertreter: it reads one
9 or more commands, either from the commmand line or from a french file (a
10 french shell script), and then sets about executing those commands. Thus
11 it is the main interface between the french user and the operating
12 system.
13
14 In contrast to the anglaise sh(1), it supports french quotes for strings
15 (« and »). Furthermore, variable values are retrieved using the syntax
16 €variable.
17
18 Options: Non.
19
20 SEE ALSO
21 sh(1)
22
23 AUTHORS
24 Anders Damsgaard <anders@adamsgaard.dk>