process pipe operator
<( )
operator executes command inside the parenthesis and output the file descriptor
example
you can use this command for example to compare 2 directory and find only uniq file
example:
Last updated
<( )
operator executes command inside the parenthesis and output the file descriptor
example
you can use this command for example to compare 2 directory and find only uniq file
example:
Last updated