Linux starter help needed


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Linux starter help needed
# 1  
Old 04-22-2008
Linux starter help needed

Smilie
hi guys i'm helping out as a lab assistant and have been told to use a linux shell script to gather assignments from the students in the class I'm helping out in. They've been told to have their assignment in a certain folder in their accounts and I'm to gather them, only problem is I don't don't know how and don't want to seem a total fool to the lecturer I'm helping!
Any help would be appreciated! Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Linux router help needed

hi guys. I have an Kaon router wich runs "Linux version 3.10.24-svn1480 (jskim@jake-205) (gcc version 4.4.7 (Realtek MSDK-4.4.7 Build 1459". The problem I have it is that its firmware is in early stages and has alot of things messed up. Wake on lan doesn't work without arp binding and that can... (23 Replies)
Discussion started by: apoklyps3
23 Replies

2. Shell Programming and Scripting

Linux command needed

guys im new here and i need help with some linux commands. filea has keyword on each line identity aaa bbb ccc i have following commands. egrep 'www.identity' ~/home/m3 >~/home/lopo2 wc -l file ~/home/lopo2 say lopo2 has 44 lines then output saved is identity 44 (1 Reply)
Discussion started by: ahfze
1 Replies

3. UNIX for Dummies Questions & Answers

Linux Tutorial Needed

Hi guys , I m new to linux and would like to buy some quality video tutorials . Request you to guide me any good source for programming(C,Java,VB) or linux tutorials. Tutorials should be known and good like lynda.com (5 Replies)
Discussion started by: pinga123
5 Replies

4. Solaris

Solaris Starter

hi everyone, Can anyone guide me with: How to start with the solaris, as i m new to this. (any material or any link or any start up book) Plz do needful as soon as possible.. Thanks. Hitesh T. (2 Replies)
Discussion started by: hi2_t
2 Replies

5. AIX

for starter

I have a problem I got about 50 log files with some information, the info is not important. I would like to search only for specific info from the logs. I did find it. But i cannot see from where it comes can you help me I have used : cat *.log | grep "??????", but the log file too. Thanks... (3 Replies)
Discussion started by: perum
3 Replies

6. What is on Your Mind?

UNIX starter role?

This may not be the right forum to put up a question like the one I'm about to ask. I am hoping that I would get very fruitful responses. i) I have been learning UNIX for sometime now, but my question is realistically what do I need to be able to be able to apply for UNIX jobs. What sort of... (6 Replies)
Discussion started by: B_Jay
6 Replies

7. Solaris

Solaris Starter

I have got Sun Fire V120 for testing( just trying to install Solaris 10 on it). Just need to know how shall I get display on my normal monitor as I cannot see any compatible port?? Regards, (1 Reply)
Discussion started by: zaibee
1 Replies
Login or Register to Ask a Question
Gtk2::Assistant(3)					User Contributed Perl Documentation					Gtk2::Assistant(3)

NAME
Gtk2::Assistant HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gtk2::Window +----Gtk2::Assistant INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODS
widget = Gtk2::Assistant->new $assistant->add_action_widget ($child) o $child (Gtk2::Widget) integer = $assistant->append_page ($page) o $page (Gtk2::Widget) widget or undef = $assistant->get_apply_button widget or undef = $assistant->get_back_button widget or undef = $assistant->get_cancel_button widget or undef = $assistant->get_close_button integer = $assistant->get_current_page $assistant->set_current_page ($page_num) o $page_num (integer) widget or undef = $assistant->get_forward_button $assistant->set_forward_page_func ($func, $data=undef) o $func (scalar) o $data (scalar) integer = $assistant->insert_page ($page, $position) o $page (Gtk2::Widget) o $position (integer) widget or undef = $assistant->get_last_button integer = $assistant->get_n_pages widget = $assistant->get_nth_page ($page_num) o $page_num (integer) boolean = $assistant->get_page_complete ($page) o $page (Gtk2::Widget) $assistant->set_page_complete ($page, $complete) o $page (Gtk2::Widget) o $complete (boolean) pixbuf = $assistant->get_page_header_image ($page) o $page (Gtk2::Widget) $assistant->set_page_header_image ($page, $pixbuf) o $page (Gtk2::Widget) o $pixbuf (Gtk2::Gdk::Pixbuf) pixbuf = $assistant->get_page_side_image ($page) o $page (Gtk2::Widget) $assistant->set_page_side_image ($page, $pixbuf) o $page (Gtk2::Widget) o $pixbuf (Gtk2::Gdk::Pixbuf) string = $assistant->get_page_title ($page) o $page (Gtk2::Widget) $assistant->set_page_title ($page, $title) o $page (Gtk2::Widget) o $title (string) assistantpagetype = $assistant->get_page_type ($page) o $page (Gtk2::Widget) $assistant->set_page_type ($page, $type) o $page (Gtk2::Widget) o $type (Gtk2::AssistantPageType) integer = $assistant->prepend_page ($page) o $page (Gtk2::Widget) $assistant->remove_action_widget ($child) o $child (Gtk2::Widget) $assistant->update_buttons_state SIGNALS
close (Gtk2::Assistant) cancel (Gtk2::Assistant) prepare (Gtk2::Assistant, Gtk2::Widget) apply (Gtk2::Assistant) ENUMS AND FLAGS
enum Gtk2::AssistantPageType o 'content' / 'GTK_ASSISTANT_PAGE_CONTENT' o 'intro' / 'GTK_ASSISTANT_PAGE_INTRO' o 'confirm' / 'GTK_ASSISTANT_PAGE_CONFIRM' o 'summary' / 'GTK_ASSISTANT_PAGE_SUMMARY' o 'progress' / 'GTK_ASSISTANT_PAGE_PROGRESS' SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin, Gtk2::Window COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::Assistant(3)