lunes, 5 de diciembre de 2022

Using variables and pipe

 export key=l; export dir=/ &&  ls $dir  | grep $key


lib

lib32

lib64

libx32

lost+found



awk -F: '{print $1}' /etc/passwd | grep root=usename | id $username

uid=0(root) gid=0(root) groups=0(root)

No hay comentarios:

Publicar un comentario