Search Results

Search: Posts Made By: jamarsh
3,474
Posted By fpmurphy
The installer probably mounts the NTFS partition...
The installer probably mounts the NTFS partition that is marked bootable and uses heuristics to determine the version of Windows is installed.
1,958
Posted By Lem
Another way, perhaps in other circumstances,...
Another way, perhaps in other circumstances, could be to use named pipes. For instance:
$ mkfifo cmd1 cmd2
$ exec 2>/dev/null; echo -e "this\nthat" >cmd1 & echo -e "first\nsecond" >cmd2 & paste...
1,958
Posted By cfajohnson
awk '/^processor/ { processor = $0 } /^model...
awk '/^processor/ { processor = $0 }
/^model name/ { print processor, $0 }
' /proc/cpuinfo

I'll leave the removal of "model name :" to you.
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 02:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy