থেকে 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.
আপনি /নিজের অনুসন্ধান স্ট্রিং টিপুন এবং টাইপ করে ম্যানপেজগুলি অনুসন্ধান করতে পারেন , যা এই জাতীয় তথ্য সন্ধানের একটি ভাল উপায়। এটি অবশ্যই প্রয়োজন যে আপনি অবশ্যই জানেন যে কোন ম্যানপেজে অনুসন্ধান করতে হবে :)
আপনাকে (যদিও উদ্ধৃত করতে হবে, কারণ এটি অনুসন্ধানের সময় এর একটি বিশেষ অর্থ রয়েছে। ব্যাশ ম্যানপেজে প্রাসঙ্গিক বিভাগটি সন্ধান করতে টাইপ করুন />\(।