Thursday, July 27, 2017

▷ Os kernel (OS 커널 버전)

AIX lslpp -l | grep bos.mp | head -1 | awk '{ print $2 }'
HP-UX uname -v
SunOS uname -v
Linux uname -r
Windows (wmic os get Version | findstr /v "^$" | select -Last 1).Trim()

No comments:

Post a Comment

◈ Recent Post

▷ UITest demo with TestOne (Mobile, Keypad and Drag until found tip)

[ UITest Demo Environment ] 1. UITest Solution: TestOne 2. Description 데모 설명    How to use keypad, and to drag until found.     키패드를...

◈ Popular Posts