#!/bin/bash
# différence ; && ||
ls -d . && ls fichierInconnu ;  ls -d . || ls fichierInconnu
