public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
* head command with make in bash shell
       [not found] <4479858C.5090601@laposte.net>
@ 2006-05-28 11:13 ` ali shahrokni
  2006-05-30  2:12   ` Eric Bambach
  0 siblings, 1 reply; 2+ messages in thread
From: ali shahrokni @ 2006-05-28 11:13 UTC (permalink / raw)
  To: linux-newbie

Hello,
Could anyone tell me how I can see the first part of the "make" command 
log using "head" in a bash shell?!
i.e. what is the bash equivalent of the csh " make | & head " command?
thanks,
Ali
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: head command with make in bash shell
  2006-05-28 11:13 ` head command with make in bash shell ali shahrokni
@ 2006-05-30  2:12   ` Eric Bambach
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Bambach @ 2006-05-30  2:12 UTC (permalink / raw)
  To: ali shahrokni; +Cc: linux-newbie

Hi,

	Try saving the output to a file then analyzing it.

make &> output.txt; head output.txt

On Sunday 28 May 2006 06:13, ali shahrokni wrote:
> Hello,
> Could anyone tell me how I can see the first part of the "make" command
> log using "head" in a bash shell?!
> i.e. what is the bash equivalent of the csh " make | & head " command?
> thanks,
> Ali
> -
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.linux-learn.org/faqs

-- 
Thanks,

Eric
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-05-30  2:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <4479858C.5090601@laposte.net>
2006-05-28 11:13 ` head command with make in bash shell ali shahrokni
2006-05-30  2:12   ` Eric Bambach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox