simple

Recherche

Voici les résultats de votre recherche.

check-script
4 Occurrences trouvées, Dernière modification :
ackers.org/howto/testing-your-scripts ==== Write simple util ==== We have a simple **stat.sh** script: <sxh sh; title: simple stat.sh script> #!/usr/bin/env bash if [ -z "$1" ] then ... INES: 4 </cli> This is our test! This is simple. Try to run it. <sxh sh> # install bashtest if
positional-parameters
3 Occurrences trouvées, Dernière modification :
ptions] <params>'' # Like 'cat -A file.txt' See simple option parsing code below. It's not that flexible... unwanted options with a wrapper script ==== This simple wrapper enables filtering unwanted options (here:... change anything after it: <code> #!/bin/bash # simple ls(1) wrapper that doesn't allow the -a option o
redirection
2 Occurrences trouvées, Dernière modification :
checked whenever a [[syntax:grammar:parser_exec | simple command is about to be executed]]. Under normal ... he redirection operation can be **anywhere** in a simple command, so these examples are equivalent: <code>
obsolete
1 Occurrences trouvées, Dernière modification :
>$((EXPR))</nowiki>\ -ne\ 0 ]'' |''let'' is the "simple command" variant of arithmetic evaluation command