κωδικοί με shell script

2022-03-06 ϑεμα Αντώνης Αντωνούλας
Έχω ένα shell script για την παραγωγή ισχυρών κωδικών. Ο κώδικάς του είναι διαμορφωμένος ως εξής: #!/usr/bin/env sh for apotelesma in `seq 1 5` do date | sha512sum | head -c 20 echo "" sleep 1 done Υπάρχει τρόπος να διαμορφωθεί έτσι ώστε οι παραγόμενοι κωδικοί να εμφανίζονται σε ένα αρχείο

Re: κωδικοί με shell script

2022-03-06 ϑεμα Αντώνης Αντωνούλας
ML attachment was scrubbed... URL: <https://lists.ubuntu.com/archives/ubuntu-gr/attachments/20220306/f3b4a3d1/attachment.html> -- Ubuntu-gr mailing list Ubuntu-gr@lists.ubuntu.com If you do not want to receive any more messages from the ubuntu-gr mailing list, please follow this link and choose

Re: κωδικοί με shell script

2022-03-06 ϑεμα Αντώνης Αντωνούλας
r -- next part -- An HTML attachment was scrubbed... URL: <https://lists.ubuntu.com/archives/ubuntu-gr/attachments/20220306/f3b4a3d1/attachment.html> -- Ubuntu-gr mailing list Ubuntu-gr@lists.ubuntu.com If you do not want to receive any more messages from the ubun

Re: κωδικοί με shell script

2022-03-06 ϑεμα Stefanos I. Tsaklidis
: <https://lists.ubuntu.com/archives/ubuntu-gr/attachments/20220306/f3b4a3d1/attachment.html> -- S.I.Tsaklidis https://tsaklidis.gr -- next part -- An HTML attachment was scrubbed... URL: <https://lists.ubuntu.com/archives/ubuntu-gr/attachments/20220306/6a74825b/attac

Re: κωδικοί με shell script

2022-03-06 ϑεμα Marios Zindilis
; υπάρχει τρόπος ώστε οι δημιουργούμενοι κωδικοί να εμπεριέχουν και > >>> ελληνικούς, εκτός από λατινικούς χαρακτήρες; > >>> > >>> Σας ευχαριστώ όλους για την οποιαδήποτε απάντηση! > >>> > >>> > >>> -- Ubuntu-gr

Re: κωδικοί με shell script

2022-03-06 ϑεμα Αντώνης Αντωνούλας
gt;>> >>> >>>     --     Ubuntu-gr mailing list >>> Ubuntu-gr@lists.ubuntu.com >>> >>>     If you do not want to receive any more messages from the ubuntu-gr >>>     mailing list, please follow this link and

Re: κωδικοί με shell script

2022-03-06 ϑεμα Christos Choutouridis
y more messages from the ubuntu-gr mailing > list, please follow this link and choose unsubscribe: > https://lists.ubuntu.com/mailman/listinfo/ubuntu-gr > -- next part -- An HTML attachment was scrubbed... URL: <https://lists.ubuntu.com/archives/ubuntu-gr/att

Re: κωδικοί με shell script

2022-03-06 ϑεμα Christos Choutouridis
-c 20 > > >>> echo "" > > >>> sleep 1 > > >>> done > > >>> > > >>> Υπάρχει τρόπος να διαμορφωθεί έτσι ώστε οι παραγόμενοι κωδικοί να > > >>> εμφανίζονται σε ένα αρχείο text μόλις εκτελεστεί