से man bash
:
Process Substitution
Process substitution is supported on systems that support
named pipes (FIFOs) or the /dev/fd method of naming open
files. It takes the form of <(list) or >(list). The process
list is run with its input or output connected to a FIFO or
some file in /dev/fd. The name of this file is passed as an
argument to the current command as the result of the expan‐
sion. If the >(list) form is used, writing to the file will
provide input for list. If the <(list) form is used, the
file passed as an argument should be read to obtain the out‐
put of list.
आप /
अपने खोज स्ट्रिंग को दबाकर और फिर मैनपेज खोज सकते हैं , जो इस तरह की जानकारी खोजने का एक अच्छा तरीका है। यह जरूर है कि आपको यह पता होना चाहिए कि किस मेन्यू में सर्च करना है :)
आपको (
हालांकि उद्धृत करना होगा , क्योंकि खोज करते समय इसका एक विशेष अर्थ है। बैश मैनपेज में संबंधित अनुभाग को खोजने के लिए, टाइप करें />\(
।