Skip to main content
edited tags
Link
Stéphane Chazelas
  • 586.7k
  • 96
  • 1.1k
  • 1.7k

Unix equivalent of powershellPowerShell?

I've always found it awkward when complex shell commands involve parsing text output with awkAWK. Basically we're converting structured data into text, then parsing the text again to get back at the structured data.

PowershellPowerShell is a Windows shell which avoids that problem by allowing you to pipe typed objects between shell commands instead of just text.

Are there any Unix shells which are object-based instead of text-based, like PowershellPowerShell?

Unix equivalent of powershell?

I've always found it awkward when complex shell commands involve parsing text output with awk. Basically we're converting structured data into text, then parsing the text again to get back at the structured data.

Powershell is a Windows shell which avoids that problem by allowing you to pipe typed objects between shell commands instead of just text.

Are there any Unix shells which are object-based instead of text-based, like Powershell?

Unix equivalent of PowerShell?

I've always found it awkward when complex shell commands involve parsing text output with AWK. Basically we're converting structured data into text, then parsing the text again to get back at the structured data.

PowerShell is a Windows shell which avoids that problem by allowing you to pipe typed objects between shell commands instead of just text.

Are there any Unix shells which are object-based instead of text-based, like PowerShell?

corrected the spelling and grammar
Source Link
Raphael Ahrens
  • 9.9k
  • 5
  • 39
  • 53

I've always found it awkward when complex shell commands involve parsing text output with awk. Basically we're converting structured data into text, then parsing the text again to get back at the structured data.

Powershell is a windowsWindows shell which avoids that problem by allowing you to pipe typed objects between shell commands instead of just text.

Are there any unixUnix shells which are object-based instead of text-based, like powershellPowershell?

I've always found it awkward when complex shell commands involve parsing text output with awk. Basically we're converting structured data into text, then parsing the text again to get back at the structured data.

Powershell is a windows shell which avoids that problem by allowing you to pipe typed objects between shell commands instead of just text.

Are there any unix shells which are object-based instead of text-based, like powershell?

I've always found it awkward when complex shell commands involve parsing text output with awk. Basically we're converting structured data into text, then parsing the text again to get back at the structured data.

Powershell is a Windows shell which avoids that problem by allowing you to pipe typed objects between shell commands instead of just text.

Are there any Unix shells which are object-based instead of text-based, like Powershell?

added 69 characters in body
Source Link
Anthon
  • 81.4k
  • 42
  • 174
  • 228
Loading
Source Link
Wim Coenen
  • 1.3k
  • 1
  • 10
  • 13
Loading