Hs old-muro: Revision history

From HSS

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 March 2024

26 January 2024

  • curprev 15:5315:53, 26 January 2024C0 talk contribs 1,921 bytes +1,433 actualización código
  • curprev 01:0901:09, 26 January 2024C0 talk contribsm 488 bytes +21 No edit summary Tag: Visual edit: Switched
  • curprev 01:0901:09, 26 January 2024C0 talk contribs 467 bytes +467 Created page with "== código == <pre> #!/bin/sh # # touch /var/hsmurotxt # root@anfibio:~# chmod +x /var/hsmurotxt while getopts 'p:v:' c do case $c in p) p="$OPTARG" ;; v) v="$OPTARG" ;; esac done info="modo de uso blabla" if [ -z "$v" ] ; then if [ -z "$p" ] ; then echo "$in-d "1" fo" else echo $(whoami) @ $(date) "$p" >> /var/hsmurotxt fi else if [ $(echo "$v" | grep -E "^[0-9]+$") ] ; then cat /var/hsmurotxt | tail -n "$v" fi fi </pre>"