0

I'm running C# scripts from Xamarin on my MacbookPro and it opens Console Apps in the Terminal. My output is huge and I'm wondering if I can pipe the output from Xamarin into less so I can use less as a pager.

Or, is there maybe a way to execute a C# file/project from a directory using shell?

JacobIRR
  • 8,545
  • 8
  • 39
  • 68

1 Answers1

1

you can execute it with the mono cmd line tool

Jason
  • 86,222
  • 15
  • 131
  • 146