Προς το περιεχόμενο

[εκτός θέματος] Πιείτε μπύρα, γράφει καλό κώδικα :)


soturin

Προτεινόμενες αναρτήσεις

Λέει :

Question 9: How can you describe the function of the following commands? foo | xargs bar

 

1- The command foo redirects its output to the command xargs. xargs writes its output to bar

2- The command foo redirects its output to the command xargs. After that the command bar is started

3- The command foo is started with the output of the command bar as parameters

4- The command xargs gets its input by the file foo and writes its output to the file bar

5- The command bar is started with the output of the command foo as parameters

Και το σωστό λέει οτι είναι το 5 *The command bar is started with the output of the command foo as parameters*

 

Το βρισκεται σωστό;

κανονικα δεν ειναι οτι η xargs θα πάρει το output της foo και θα εκτελεστει με την παραμετρο bar ;;

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Επιλεκτικα απο το man του xargs:

 

Syntax

xargs [options] [command]

 

xargs can execute the command supplying some initial arguments directly, and reading the remaining arguments from standard input (or piped input).

 

 

Ουτε εγω ηξερα πως λειτουργει το xargs αλλα στη συγκεκριμενη ερωτηση τα πρωτα 4 βγαζαν ματι οποτε θα το εβρισκα με τη μεθοδο του αποκλεισμου

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Aπό τον mrsaccess @ adslgr:

<< [....] Νομίζω πως είναι ενδιαφέρων feature για αυτό και το πρόσθεσα. Συγχωρέστε μου αν υπάρχουν τυχόν λάθη, γνωρίζω πως δεν πρέπει να «προγραμματίζω» υπό την επήρεια αλκοόλ (κάπως έτσι έγιναν και τα windows ) αλλά δεν μπόρεσα να αντισταθώ. [...] >> :P

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Αρχειοθετημένο

Αυτό το θέμα έχει αρχειοθετηθεί και είναι κλειστό για περαιτέρω απαντήσεις.

  • Δημιουργία νέου...