Deutsch   English   Français   Italiano  
<t33pnp$hk5$1@shakotay.alphanet.ch>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder8.news.weretis.net!news.imp.ch!news.alphanet.ch!alphanet.ch!.POSTED.118.213.101.84.rev.sfr.net!not-for-mail
From: Thierry P <festiventu@gmail.com>
Newsgroups: fr.comp.os.linux.configuration
Subject: Re: Configuration d'un super PC Linux pour Ghost "Michu" Raider -
 questions sur le langage de commande
Date: Tue, 12 Apr 2022 14:02:00 +0200
Organization: =?UTF-8?Q?Usenet=2c_Canal_hist=c3=a9rique?=
Sender: pinuche@118.213.101.84.rev.sfr.net
Message-ID: <t33pnp$hk5$1@shakotay.alphanet.ch>
References: <t2f9qm$8hh$1@dont-email.me> <t2ffi3$2acr$1@news.gegeweb.eu>
 <t2fmhl$mca$1@dont-email.me> <t2gtq9$d11$2@news.gegeweb.eu>
 <t2h254$buh$1@dont-email.me> <t2h7tk$jtf$1@news.gegeweb.eu>
 <t2hds0$bsn$1@dont-email.me> <t2hick$9gd$1@ns507557.dodin.fr.nf>
 <t2hne3$8mm$1@dont-email.me> <t2jcfi$1s4n$1@gioia.aioe.org>
 <t2jgu8$9bq$1@dont-email.me> <t2jhs7$ke$2@gioia.aioe.org>
 <t2jirv$i83$1@dont-email.me> <slrnt514de.175.sc@scarpet42p.localdomain>
 <t2rn6i$bi6$1@dont-email.me> <t2seor$19s1$1@gioia.aioe.org>
 <t2sfnl$h0i$1@dont-email.me> <slrnt53h59.1fu.sc@scarpet42p.localdomain>
 <t2trir$bpg$1@dont-email.me> <t2v12o$iub$1@ns507557.dodin.fr.nf>
 <20220410174507.06013648@coffee.novazur.fr>
 <t2vm5i$sco$1@ns507557.dodin.fr.nf>
 <20220411111453.1ad4d461@coffee.novazur.fr>
 <t32a3p$lsi$1@ns507557.dodin.fr.nf> <t33bej$25kp$1@news.gegeweb.eu>
 <t33fnk$gkk$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 12 Apr 2022 12:02:02 -0000 (UTC)
Injection-Info: shakotay.alphanet.ch; posting-host="118.213.101.84.rev.sfr.net:84.101.213.118";
	logging-data="18053"; mail-complaints-to="usenet@alphanet.ch"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
 Thunderbird/91.8.0
Content-Language: fr
In-Reply-To: <t33fnk$gkk$1@dont-email.me>
Bytes: 3166
Lines: 39

Le 12/04/2022 Ghost-Raider <ghost-raider@compuserve.com> écrivationnait  :


> Remarques et questions :
> - beaucoup de commandes ressemblent à du MS-DOS, c'est normal, c'est de 
> l'anglais simplifié, du coup, je me découvre super compétent en langage 
> de commande Linux,

non c'est ms-dos qui a tenté de faire de l'Unix

> - je ne trouve pas de commande "rename", elle n'existe pas ?

pinuche@raspinux:~$ rename --help

Usage:
  rename [options] <expression> <replacement> <file>...

Rename files.

Options:
  -v, --verbose       explain what is being done
  -s, --symlink       act on the target of symlinks
  -n, --no-act        do not make any changes
  -o, --no-overwrite  don't overwrite existing files
  -i, --interactive   prompt before overwrite

  -h, --help          display this help
  -V, --version       display version

For more details see rename(1).

voir aussi "mv"

> - la commande grep permet-elle l'utilisation des opérateurs logiques : 
> AND, OR, XOR ?
> - la commande grep permet-elle de trouver un texte dans un PDF ? dans 
> une suite donnée de PDF ?

man strings