Gnu shell utils [simples cmd to start a good day] [Shell] - Shell/Batch - Programmation
Marsh Posté le 31-01-2022 à 19:49:18
Hello ! Alias :
alias hello="Hello $USER ! I love you"
Print "Hello nath ! I love you" script : lc.sh
#!/bin/sh # aliased ls function to print on only one column for i in `ls --color $1`; do echo $i; done;
Print list of directory on only one column. alias list="lc.sh" Je vous invite à contrinbuer lourdement.
Marsh Posté le 03-02-2022 à 09:18:07
TALC
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 31-01-2022 à 19:49:18
Hello !
Alias :
alias hello="Hello $USER ! I love you"
Print "Hello nath ! I love you"
script : lc.sh
#!/bin/sh
# aliased ls function to print on only one column
for i in `ls --color $1`; do
echo $i;
done;
Print list of directory on only one column.
alias list="lc.sh"
Je vous invite à contrinbuer lourdement.
Message édité par Profil supprimé le 31-01-2022 à 19:50:08