With paste command
suggest change# Process substitution with paste command is common
# To compare the contents of two directories
paste <( ls /path/to/directory1 ) <( ls /path/to/directory1 )
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents