Skip to main content
added 4 characters in body
Source Link
Sumit Singh
  • 16k
  • 6
  • 64
  • 90

tee is perfect for this, but this will also do the job

ls -lr / > output | cat output

ls -lr / > output | cat output

tee is perfect for this, but this will also do the job

ls -lr / > output | cat output

tee is perfect for this, but this will also do the job

ls -lr / > output | cat output
Source Link
kal
  • 29.6k
  • 50
  • 132
  • 149

tee is perfect for this, but this will also do the job

ls -lr / > output | cat output