LORDER(1) BSD General Commands Manual LORDER(1)NAME
lorder -- list dependencies for object files
SYNOPSIS
lorder file ...
DESCRIPTION
The lorder utility uses nm(1) to determine interdependencies in the list of object files specified on the command line. lorder outputs a
list of file names where the first file contains a symbol which is defined by the second file.
The output is normally used with tsort(1) when a library is created to determine the optimum ordering of the object modules so that all ref-
erences may be resolved in a single pass of the loader.
EXAMPLES
ar cr library.a `lorder ${OBJS} | tsort`
SEE ALSO ar(1), ld(1), nm(1), ranlib(1), tsort(1)HISTORY
An lorder utility appeared in Version 7 AT&T UNIX.
BSD April 28, 1995 BSD
I'm in need of help for a project that I'm working on. I believe Perl would be the best way of handling the string manipulation, however, I've barely used perl, and I'm used to BASH scripting. Another note is, this project is in a Windows environment, so I can use Perl, but I do not have shell... (1 Reply)
I have a file that has lines that are deliminated with '^A', but some of the lines go for a few lines and I need those lines to be appended into one line.
All of the lines start with 'low debug' and end with ' " 0 '.
How can I read each line from start to finish without some of the data... (7 Replies)
hi,
Am able to split an XML file by using follwing awk command,
awk 'NR==1{x=$0;next}/<\/Order>/{print y RS $0 RS "</Order>">f}/Order BillToKey/{f="file"++n".xml";y=x}{y=y RS $0}' filename.xml
but i need to insert a following tag in the begining of every file how to do so. The tag is as... (7 Replies)
this is my another one question as well as my sample program. Because of the big data the gets from the database.,it takes time to display the output in a web browser.,is there any way to display the output as faster as it can..?my time is wasting because of too long to display.:confused:
... (3 Replies)
My grep returns a row of data like this:
75=20130130;60=074338;61=985;511=55473883;452=115439;62=196;267=1;
Is there a way for the grep to only return 60="something" and 511="something" ?
Thanks in advance. (10 Replies)
Data files coming in different names in a file name called process.txt.
1. shipments_yyyymmdd.gz
2 Order_yyyymmdd.gz
3. Invoice_yyyymmdd.gz
4. globalorder_yyyymmdd.gz
The process needs to discard all the below files and only process two of the 4 file names available
... (1 Reply)
Hello, my system is NetBSD 6.1.5 on AMD64.
'X -configure' prints following message:
"Number of created screens does not match number of detected devices"
Only motherboard's on-board graphic is using.
xorg.conf.new
Section "ServerLayout"
Identifier "X.org Configured"
... (7 Replies)
Input File:-
COLUMN1 COLUMN2 COLUMN3 COLUMN4 COLUMN5 COLUMN6 SMS Email AO Mail Post N Cell
VEGE Potato E W 396 12 0 384 0 0 0 0 0
VEGE Onion S W 17 0 17 0 0 0 0 0 0
FRUIT APPLE N W 549 61 0 0 0 0 0 488 0
FRUIT APPLE SE W 291 14 239 38 0 10 0 0 0
FRUIT APPLE EAMS W 397 32 309 56 309 309 0... (27 Replies)
I have two files which are the output of a multiple choice vocab test (60 separate questions) from 104 people (there are some missing responses) and the question list. I have the item list in one file (File1)
Item,Stimulus,Choice1,Choice2,Choice3,Choice4,Correct... (5 Replies)