2,046 views

2 Answers

Answer:

Related questions

2 votes
2 votes
1 answer
1
go_editor asked Jul 29, 2016
2,203 views
Which of the following commands would return process_id of sleep command?Sleep 1 and echo $Sleep 1 and echo $#Sleep 1 and echo $*Sleep 1 and echo $!
2 votes
2 votes
1 answer
2
go_editor asked Jul 29, 2016
1,879 views
To place a sound into a word document, following feature of windows is usedClip boardTask switchingC Win AppOLE
2 votes
2 votes
1 answer
3
go_editor asked Jul 29, 2016
2,012 views
In windows 2000 operating system all the processor-dependent code is isolated in a dynamic link library calledNTFS file systemHardware abstraction layerMicrokernelProcess...
2 votes
2 votes
1 answer
4
go_editor asked Jul 29, 2016
1,580 views
In Unix, how do you check that two given strings a and b are equal?test $a -eq $btest $a -equal $btest $a = $bsh -C test $a == $b