![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help Required: Command to find IP address and command executed of a user | loggedout | Security | 2 | 08-06-2008 08:12 PM |
| how to? launch command with string of command line options | TinCanFury | Shell Programming and Scripting | 5 | 04-28-2008 06:06 PM |
| inconsistent ls command display at the command prompt & running as a cron job | rajranibl | SuSE | 5 | 07-30-2007 08:26 AM |
| How to use more than one MPE command STREAM with Unix command in a single shell? | bosskr | HP-UX | 1 | 10-16-2006 04:16 PM |
| How to use more than one MPE command STREAM with Unix command in a single shell? | bosskr | Shell Programming and Scripting | 0 | 09-19-2006 09:44 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
what is the use of cat32 command
I am using SFU 3.5 Korn shell.
I want to know the use of cat32 command and also the difference between cat and cat32. Are there any enhanced features that cat32 provides?? If anybody knows such details or anything more regarding cat32, please let me know. Cheers, Rahul |
|
|||||
|
You may need to use "cat32" when constructing pipelines using native Windows commands. For example, if you find that piping the output of a Windows command into a pager such as more yeilds strange results, insert cat32 into the pipeline. e.g.
net.exe users | cat32 | more This example is from the Microsoft site. Cheers ZB |
|
||||
|
The fact that
net.exe users | cat32 | more and net.exe users | more are giving the same output to me is really confusing me. Also tell me is there any other use of cat32 other than this piping problem for windows commands. |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|