Forum Thread: help needed

Does Anyone Know How Can I Write a Bash Script That Opens an Image Viewer ..I Tried Using " Cat <Image Viewer> and Nothing Happened..please Help

3 Responses

Just a script to open an image viewer? Nothing else? (parameters, etc.?)
If so, than all you need is simply the path to the program you want to execute...

"cat can be used to pipe a file to a program that expects plain text or binary data on its input stream. cat does not destroy non-text bytes when concatenating and outputting. As such, its two main use cases are text files and certain format-compatible types of binary files."

eye of gnome(eog) should work.

thank you guys

Share Your Thoughts

  • Hot
  • Active