A voir également:
- Sed command powershell
- Sfc scannow command - Guide
- Virus powershell - Guide
- Command mac - Guide
- Remplacez le mot sed par le mot mais dans tout le texte. combien de caractères contient le document suite à cette modification (en incluant les espaces) ? ✓ - Forum Shell
- The setup command may only be used inside a describe block. ✓ - Forum Windows 10
1 réponse
Salut,
$ cat plop
PS C: \ Users \ HACKMED \ Searches \ Pictures \ Documents \ script> whoami / ALL
User Information
------------------------
Username SID
================== ================================ ==============
hackmed-pc \ hackmed S-1-5-21-2266954777-2911002515-1883294743-1000
$ awk 'END { print $NF }' plop
S-1-5-21-2266954777-2911002515-1883294743-1000