Sponsored Content
Full Discussion: Leaving directory Error
Top Forums Shell Programming and Scripting Leaving directory Error Post 302956882 by harpreetmanku04 on Monday 5th of October 2015 06:09:41 AM
Old 10-05-2015
how can i check it sir? i am using ubuntu 14.0
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Searching a file withoug leaving home directory!!

hello there ! I am in my current working directory, and i want search a file in "dev" directory which is under root(/), but i donot want leave my current working directory. is it possible to find file like that ? let us say i am in /home/bin/user/malik/abid directory and i want find a file... (2 Replies)
Discussion started by: abidmalik
2 Replies

2. Solaris

leaving ALOM mode

Some netra 240 machines went into ALOM mode, and when I issue the command; sc> console it got stuck, does it mean Solaris OS had crashed ? or what can I do to reboot,because reboot is not starting? And advice ? (3 Replies)
Discussion started by: xramm
3 Replies

3. UNIX for Dummies Questions & Answers

Delete all rows but leaving first and last ones

Hello, Merry Christmas to all! I wish you the best for these holidays and the best for the next year 2011. I'd like your help please, I need to delete all the rows in the third column of my file, but without touching nor changing the first and last value position, this is an example of my... (2 Replies)
Discussion started by: Gery
2 Replies

4. Shell Programming and Scripting

Leaving for loop on condition

hi all, i have a problem...no dream :-) i want to scan a file i use the loop famous while read line do do < myfile but this scan must finish when find the another string . How can i do it? best regards for all. Francesco Please use descriptive subjects. "script." doesn't tell... (5 Replies)
Discussion started by: FrancescoIt
5 Replies

5. Shell Programming and Scripting

Leaving last 30 lines

If we want to display lines from file leaving last 30 lines. i dont know the count of lines in file (14 Replies)
Discussion started by: mirwasim
14 Replies

6. Red Hat

How to compare file leaving certain filelds?

How to compare two files leaving certain fields, using diff command the entire file is being compared. Can any one please help. (5 Replies)
Discussion started by: ramsavi
5 Replies

7. Web Development

Directory index forbidden by Options directive error on specific directory with indexing disabled

I am seeing the following error appear numerous times in my Apache error log: I have my Apache config configured as below, so I would expect indexing not to occur on this directory as it falls under the parent /web directory. Strangely all the IP address, including this example, all... (5 Replies)
Discussion started by: crmpicco
5 Replies

8. Shell Programming and Scripting

Leaving space inside sed

Hi Gurus, I have 2 files File1 : veg apple ap pl le end veg orange or an ge end File2: (2 Replies)
Discussion started by: jayadanabalan
2 Replies
EVENTSTAT(8)						      System Manager's Manual						      EVENTSTAT(8)

NAME
eventstat - a tool to measure system events. SYNOPSIS
eventstat [-rcsv_file][-nevent_count][delay [count]] DESCRIPTION
eventstat is a program that dumps the current active system events. OPTIONS
eventstat options are as follow: -h show help -n event_count only display the first event_count number of top events. -q run quietly, only really makes sense with -r option. -r csv_file output gathered data in a comma separated values file. This can be then imported and graphed using your favourite open source spread sheet. -t threshold ignore samples where the event delta per second less than the given threshold EXAMPLES
Dump events every second until stopped. sudo eventstat Dump the top 20 events every 60 seconds until stopped. sudo eventstat -n 20 60 Dump events every 10 seconds just 5 times. sudo eventstat 10 5 SEE ALSO
powertop(8) AUTHOR
eventstat was written by Colin King <colin.king@canonical.com> This manual page was written by Colin King <colin.king@canonical.com>, for the Ubuntu project (but may be used by others). June 13, 2012 EVENTSTAT(8)
All times are GMT -4. The time now is 02:11 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy