blz help me to do this..

 
Thread Tools Search this Thread
Homework and Emergencies Homework & Coursework Questions blz help me to do this..
# 1  
Old 05-22-2011
blz help me to do this..

1-Write a script that takes exactly one argument, a directory name.

2- If the number of arguments is more or less than one, print a usage message.

3-If the argument is not a directory, print another message.

4-For the given directory, print the five biggest files and the five files that were most recently modified.
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
MECAB-CONFIG(1) 					      General Commands Manual						   MECAB-CONFIG(1)

NAME
mecab-config - Get command-line flags for building stuff using Mecab SYNOPSIS
mecab-config [OPTION] ... DESCRIPTION
mecab-config gives information about how Mecab is configured on your system, giving necessary command line options to build your applica- tions. Known values for OPTION are: --cxx print C++ compiler used to compile Mecab --prefix print Mecab prefix --exec-prefix print Mecab executable prefix --libs print library linking information --cflags print preprocessor flags, I_opts, and compiler options --dicdir print path to directory containing dictionaries --libexecdir print path to directory containing helper executables --libs-only-L print linker "-L" flags for dynamic linking --libs-only-l print dynamic linker "-l" flags --inc-dir print "-I" include options --help print this help and exit --version print version information SEE ALSO
mecab(1). AUTHOR
This manual page was written by TSUCHIYA Masatoshi <tsuchiya@namazu.org>, for the Debian project (but may be used by others). Aug 15th, 2003 MECAB-CONFIG(1)