On sorting unsorted data with "sort", I get result as shown below. It place "\c" next to "c". I want all lines begining with "\" go to at start or at end. How to do this?
Is this affected by LC_COLLATE, if yes, how to manipulate it? Unsorted ------------------ B b B c \A D e a \c Sorted ----------------- a \A b B B c \c D e -- H.S.Rai : ####[ Linux One Stanza Tip (LOST) ]########################### Sub : Finding installed PCI devices LOST #239 Want to know which all PCI devices are installed on your box and are picked up by the kernel ? Depending upon verbosity of reply needed, do: #lspci, 'lspci -v' or 'lspci -v -v'. ####<[EMAIL PROTECTED]>################################## : ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
