Sponsored Content
Top Forums Shell Programming and Scripting With expertise in the shell I want to help necessary to resolve project and wish you a happy life Post 302382853 by دجحخهعدج on Saturday 26th of December 2009 11:28:55 AM
Old 12-26-2009
With expertise in the shell I want to help necessary to resolve project and wish you a happy life

Hello to all of you my friends
That your friend's new in this forum and Otnmy you to help me to solve this small-scale project
I would be grateful to you too
The URL for the file that explains that the project


os-lab-Search_projectFall2009.pdf
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

project idia in shell

could any one provide me any new real time project idea in shell scripting i am learning shell script and wants to do some real time development . (1 Reply)
Discussion started by: useless79
1 Replies

2. UNIX for Advanced & Expert Users

End of Life / Life Cycle Information

Hello everyone, I was searching for locations where I can get End of Life information on multiple versions of Unix. I have found some information which I list below, what I have not found or confirmed is where I can get the information for: DEC Unix/OSF1 V4.0D NCR Unix SVR4 MP-RAS Rel 3.02.... (2 Replies)
Discussion started by: robertmcol
2 Replies

3. Solaris

x11vnc & tightvnc Expertise Required !

Hi all, For the past 3 days I have been struggling like :mad: to setup a VNC system between a solaris 8 unix host server and a windows XP tightvnc client viewer. Please bear in mind that the unix machine is crap & probably should be taken to the "Antiques Road Show on the BBC". Everything is... (2 Replies)
Discussion started by: fawqati
2 Replies

4. Shell Programming and Scripting

Regexpr expertise required

Any experts on regular expressions out there, can you help me rationalise this? In this post: - https://www.unix.com/shell-programming-scripting/121977-writing-algorithm-recode-data-points-2.html I use the code: - tmp = $1 ; gsub(/00/, ".") ; $1 = tmp tmp = $1 ;... (2 Replies)
Discussion started by: steadyonabix
2 Replies

5. UNIX for Dummies Questions & Answers

With expertise in the shell I want to help necessary to resolve project and wish you

Hello to all of you my friends That your friend's new in this forum and Otnmy you to help me to solve this small-scale project I would be grateful to you too The URL for the file that explains that the project (1 Reply)
Discussion started by: دجحخهعدج
1 Replies

6. Shell Programming and Scripting

Need expertise on awk

Hi everyone. I need some help on how to fix this. I am getting positive result using the log file below and this command awk -v t="06:10:22.211" -F'|' -v main=" RBL: " -v trig="BIOS-INFO" '$2 ~ t && $7 ~ main { first = $0; getline; } first && $7 ~ trig { printf "%s\n", first; exit }' log ... (5 Replies)
Discussion started by: cwiggler
5 Replies

7. UNIX for Dummies Questions & Answers

shell scripting project for school

i need to prompt the user for a) group of scores b) calculate the lowest and highest scores and overall average c) print out to the screen d ask if user has any more data to process, if so repeat (loop) for a new set of scores if not exit. i have this much,and trust me i know... (1 Reply)
Discussion started by: bodhi 926
1 Replies

8. Homework & Coursework Questions

shell scripting project for school

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: i need to prompt the user for a) group of scores b) calculate the lowest and highest scores and... (1 Reply)
Discussion started by: bodhi 926
1 Replies

9. UNIX for Advanced & Expert Users

Expertise advice required <<URGENT>>

:eek:i hav a shell script in my linux server, i want to execute it everyday once automatically without using cron tabs as i dont hav permission to create one. So wht sld i do??:confused: (1 Reply)
Discussion started by: Jay Thakkar
1 Replies
WWW::Freshmeat::Project(3pm)				User Contributed Perl Documentation			      WWW::Freshmeat::Project(3pm)

NAME
WWW::Freshmeat::Project - retrieve project information WWW::Freshmeat::Project methods The "WWW::Freshmeat::Project" object provides some of the fields from the freshmeat.net entry through the following methods url_project_page URL of project page on Freshmeat url_homepage deprecated projectname_full desc_short desc_full license trove_id Removed. projectname_short www_freshmeat Additionally, it provides the following "higher-level" methods: name description Return either "projectname_full" (respectively "desc_full") or "projectname_short" (respectively "desc_short") if the former is empty. version Returns the version of the latest release. url Removed. "url_homepage" returns a freshmeat.net URL that redirects to the actual project's home page. This url() method tries to follow the redirection and returns the actual homepage URL if it can be found, or the URL to the freshmeat.net entry for the project. branches Removed. List of branches for project. Returns hash in form of (branch id => branch name). popularity Removed. Freshmeat popularity data for project. Returns hash with keys record_hits, url_hits, subscribers url_list Removed. url_list1 Returns list of URLs for project. Each URL is a WWW::Freshmeat::Project::URL object. real_author Removed. Returns name of author (not maintainer). release_date Removed. Returns date of latest release. maintainers Removed. Returns list of names of maintainers. 1; perl v5.14.2 2012-03-05 WWW::Freshmeat::Project(3pm)
All times are GMT -4. The time now is 01:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy