Tagged Questions
0
votes
2answers
602 views
Native .iso generation in Windows CMD?
Is there some way to natively create a .iso file from a partition or directory via Windows CMD? From what I gather the answer is no, but coming from Linux, where dd accomplishes this so easily, it ...
-1
votes
1answer
1k views
Changing binary file to readable text file
I have a program that creates a file that stores text like this:
application/octet-stream; charset=binary
now i need to convert this file to this:
text/plain; charset=us-ascii
i know this is ...
3
votes
2answers
521 views
What is the use of binary output on stdout?
Some programs print their binary output directly on stdout. Here are some examples:
tar -c file.png
dd if=file.png
Well, I see that the output can be redirected to a file. But these programs ...
1
vote
2answers
1k views
How to prepend 8 bytes of data to a binary file in Linux?
I would like to add 8 bytes of data to the beginning of a binary file.
Is there a Linux command for this?
2
votes
1answer
167 views
How do I do the Mac equivalent of adding something to the Windows path environment variable? [duplicate]
Possible Duplicate:
Where does $PATH get set in OS X 10.6 Snow Leopard?
I need to get a command line program working on my Mac, I have downloaded the executable binaries... not even quite ...
2
votes
1answer
519 views
What command shows the architecture of a binary file on Mac?
I used it a while ago, but cannot find now...
1
vote
1answer
139 views
Command line binary for Fusion location?
I use VMware on Linux quite extensively, and I am wondering where/what the equivalent of 'VMware-cmd' is on Fusion. I would like to be able to start/stop VM's, without the GUI (If possible).
4
votes
3answers
6k views
Windows Command Line Binary Diff Tools
does anyone know of any windows command line diff tools that are free? I need to compare two binary files and see if they are different or not. Im not interested in how they are different i just need ...