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 )

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents