Search code examples
c#xamarinterminalxamarin-studioless-unix

Is it possible to pipe Xamarin output into less on Mac?


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?


Solution

  • you can execute it with the mono cmd line tool