Tagged Questions
0
votes
3answers
144 views
sort hex numbers of different length from the command line?
If I have a file of hex numbers of different length e.g.
1F
b
c
How can I sort them from the command line?
Linux solutions are welcome, though I'll be using windows and cygwin or gnuwin32.
Note: ...
0
votes
1answer
197 views
sort hex numbers from the command line?
i'm looking for ways to sort a file of hex numbers
like
C3
A2
3F
From the command line
linux solutions are welcome, though i'll be using windows and cygwin or gnuwin32.
0
votes
3answers
1k views
Grep and Awk in Windows Invalid Char in Expression Error
I am new to grep and awk - using Windows 7 (I downloaded grep and awk for windows from GnuWin).
I am have having trouble running this script:
grep -Fwf dictionary.txt frequency.txt | awk '{print $2 ...
0
votes
1answer
258 views
Where did the gnuwin32 inetutils package go?
There are traces of the gnuwin32 inetutils package on the net. But it's not at the site anymore. where is it? Specifically where is the gnu telnet app for win32?