-
Neueste Beiträge
- Confluence Excel Macro: Last Row and Column is Not Working
- If testing is quality assurance…
- Flying Under The Radar – how conventional testing was secretly transformed into sapient testing (agileTD 2013)
- Agile Testing is nonsense, because Agile is Testing (agileTD 2013)
- Changing Your Testing Mindset (agileTD 2013)
Neueste Kommentare
- RubyLearner bei Ruby 1.9: Displaying a MessageBox Using the Windows API
- Ron Ben Yosef bei Confluence Excel Macro: Last Row and Column is Not Working
- Running a Retrospective Meeting | Nguyễn Vũ Hưng's blog on Free and Open Source bei The Starfish Retrospective
- Marcin Kozłowski bei Confluence Excel Macro: Last Row and Column is Not Working
- Nachtrag zur Session “Systemveränderung von innen” | Software- und Produktentwicklung agil planen und im Team schrittweise zum Erfolg führen - Unabhängiger Blog über agile Themen bei The Starfish Retrospective
Archive
Kategorien
Meta
Schlagwort-Archive: system
Execute shell commands in Ruby
On Ruby Quicktips there´s a nice sum up of the three different ways how to execute shell commands from your ruby code. It´s explaining very well the differences between exec, backticks (or %x shortcut) and the system command: Execute Shell … Weiterlesen
Veröffentlicht unter Programming
Verschlagwortet mit backtick, exec, execute, Ruby, shell, system
Hinterlasse einen Kommentar