It really depends on where you are going with all this... Taking your question literally:
'PIPE FILE GUESTS LIST A | DROP FIRST | > GUESTS LIST A' If your 'process' is within the PIPE then the answer will involve things like secondary streams, etc. The above simply removes the first line of a GUESTS LISTS A... I am doubting that's all you are after - but if not - voila! ;-) Scott Rohling On Fri, Aug 6, 2010 at 8:31 PM, =?ISO-8859-1?Q?Victor_Hugo_Ochoa?= <vhoa.mx@ gmail.com> wrote: > Please somebody can orient to me??? > > I have the next list in my file "guests list A" > > CMDACNTL > CMDAUTO1 > CMDCAL03 > > I want to take one x one the elements from the list and after it process, I > want to erase it of the list > > for example > > Take CMDACNTL process this element.... > > > and my new list (guests list A) is: > > > CMDAUTO1 > CMDCAL03 > > > How can do this with a PIPE ???? > > Thanks > ATTE > Victor Hugo Ochoa >
