Advertisement
NEICU38

Script Shell Bash

Dec 17th, 2022 (edited)
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | Source Code | 0 0
  1. #!/bin/bash
  2.  
  3. if [ -f "mat.txt" ]; then
  4.   rm mat.txt
  5.   fi
  6. sudo inxi -F > mat.txt
  7. sleep 4
  8. libreoffice --calc mat.txt --infilter=“CSV:0,0,0,1,4/2/1
  9. libreoffice --calc audit-Linux-V03.ods
  10. rm mat.txt
  11. exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement