Sponsored Content
Full Discussion: Tutorial question
Top Forums Shell Programming and Scripting Tutorial question Post 302605116 by geena_b on Tuesday 6th of March 2012 04:33:31 PM
Old 03-06-2012
Tutorial question

Write a pipeline that takes a file as input and replaces all occurrences of exclamation marks (!) by underscores (_) [1%]. The pipeline should also prepend your login at the beginning of every line (the beginning of a line is specified with ^ in Unix)

Hi guys,

Just trying to do this tutorial question have no idea how to start it. Any help?
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix Tutorial

Any good UNIX tutorials to download? Any good APACHE tutorials? thanks (2 Replies)
Discussion started by: TEKGALAHAD
2 Replies

2. Shell Programming and Scripting

Tk tutorial

Anyone know any good website with a step by step instructions on writing Perl GUI scripts with Tk ??? (3 Replies)
Discussion started by: perleo
3 Replies

3. Post Here to Contact Site Administrators and Moderators

Tutorial forum?

I got this account a while ago and didn't have much time to try it out. After having had some frustration by posting tutorials regarding various Linux activites of mine in my Slashdot journals, it occurred to me that this forum might be better suited. I know I can probably post in the OS specific... (1 Reply)
Discussion started by: deckard
1 Replies

4. UNIX for Dummies Questions & Answers

Please help, looking for UNIX tutorial

Hello, I only have this afternoon to take a UNIX tutorial for my contract job, and I've posted two threads already for the forum, asking if someone could help me find the Gary Hook AIX tutorial. Neither has been published yet. Could you please help me? Thank you. :confused: (0 Replies)
Discussion started by: jeffpas
0 Replies

5. Linux

Tutorial for btrfs

By any chance anyone knows of any tutorials available for btrfs? I am having a difficult time finding one and I thought maybe someone had a reference to one already... :rolleyes: (0 Replies)
Discussion started by: EssenceNY
0 Replies

6. Solaris

Need LAMP tutorial!

Hello Everybody, Does anybody know or recommend me a tutorial for LAMP server on Solaris 10 x86? (3 Replies)
Discussion started by: ahmedamer12
3 Replies

7. Shell Programming and Scripting

awk tutorial

Hi All, I am new to this forum , i observed that many complicated problems are solved by using AWK. Yoda and Vidyadhar85 and others give very quick solution to the problems using AWK. As i am new to this, its getting tough for me to understand how does the AWK code works , although it... (4 Replies)
Discussion started by: Reshu289
4 Replies

8. Web Development

Vue JS 2 Tutorial by The Net Ninja: A Recommended Vue.js Video Tutorial Series

A number of people have asked me how to get started with Vue.js and my reply before today was to Google "Vue.js". That has changed and my recommendation to anyone who wants to learn the fastest growing, easiest to learn and use Vue.js web dev framework is to watch this video tutorial series: ... (0 Replies)
Discussion started by: Neo
0 Replies
GLDELETEPROGRAMPIPEL(3G)					   OpenGL Manual					  GLDELETEPROGRAMPIPEL(3G)

NAME
glDeleteProgramPipelines - delete program pipeline objects C SPECIFICATION
void glDeleteProgramPipelines(GLsizei n, const GLuint *pipelines); PARAMETERS
n Specifies the number of program pipeline objects to delete. pipelines Specifies an array of names of program pipeline objects to delete. DESCRIPTION
glDeleteProgramPipelines deletes the n program pipeline objects whose names are stored in the array pipelines. Unused names in pipelines are ignored, as is the name zero. After a program pipeline object is deleted, its name is again unused and it has no contents. If program pipeline object that is currently bound is deleted, the binding for that object reverts to zero and no program pipeline object becomes current. ASSOCIATED GETS
glGet() with argument GL_PROGRAM_PIPELINE_BINDING SEE ALSO
glGenProgramPipelines(), glBindProgramPipeline(), glIsProgramPipeline(), glUseShaderPrograms(), glUseProgram() COPYRIGHT
Copyright (C) 2010 Khronos Group. This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. http://opencontent.org/openpub/. AUTHORS
opengl.org opengl.org 06/10/2014 GLDELETEPROGRAMPIPEL(3G)
All times are GMT -4. The time now is 01:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy