Sponsored Content
The Lounge What is on Your Mind? Studying but feel like not learning anything Post 302608111 by locovich on Friday 16th of March 2012 08:01:30 AM
Old 03-16-2012
Cjashu,
Hi, first of all is not to give up. Try to read your lectures notes or books, and then apply the knowledge by practicing in small steps. Try to apply an iterative and incremental approach.

Best regards

Mariano
 

7 More Discussions You Might Find Interesting

1. Solaris

Why is the look and feel of CDE still the same?

Hi guys, Why is the look and feel of CDE still the same? It hasn't changed at all. -cadmiumgreen (1 Reply)
Discussion started by: cadmiumgreen
1 Replies

2. What is on Your Mind?

How do you feel about sudo

Hi all, I was just crious to know your thoughts about sudo i.e. does it really enhance security or do you feel that it doesn't provide with much security as Ubuntu folks think :) And also post your personal experiences of using sudo and your first thoughts about it and any suggestions to... (1 Reply)
Discussion started by: tayyabq8
1 Replies

3. Ubuntu

RH033 & RH133 RHCT Exam Studying

I wanted to know if anyone on this board is certified and has taken a recent test and is willing to give tips on a newbie on how much time and training ill need to pass this exam. So let me know if you want to help me out. Any help will do. (7 Replies)
Discussion started by: dlbomber1
7 Replies

4. What is on Your Mind?

How Do You Feel About This Site?

OK, be honest ...... :D (21 Replies)
Discussion started by: Neo
21 Replies

5. What is on Your Mind?

Ever feel like a fireworks salesman?

Helping some makes me feel like a fireworks salesman. They have so much power and so little education. "Light fuse on end and drop cracker and run away fast." "How fast?" "Real fast the first time, and then you will know how fast. Oh, do not drop cracker into the bag of... (1 Reply)
Discussion started by: DGPickett
1 Replies

6. Solaris

How do you feel about the OpenSolaris spinoffs?

Every once in a while, I take a peek at OpenIndiana, Nexenta and Illumos hoping to see the spirit of OpenSolaris rise and fly. But I'm not real impressed with the level of activity. What do you think? Is there still forward progress? Is there a large reservoir of loyal Solaris users that... (1 Reply)
Discussion started by: KenJackson
1 Replies

7. UNIX for Dummies Questions & Answers

I feel lost, how do I start learning UNIX?

I'm in college now and a part of a subject in this semester is learning UNIX, though the teacher failed to explain the basics, I feel, we got straight to the Unix Terminal and started putting in commands without much explanation what they were for. I quickly adapted to the basic ones, but in 5... (4 Replies)
Discussion started by: aco036
4 Replies
APPLY(1)						    BSD General Commands Manual 						  APPLY(1)

NAME
apply -- apply a command to a set of arguments SYNOPSIS
apply [-a c] [-d] [-#] command argument ... DESCRIPTION
The apply utility runs the named command on each argument argument in turn. Character sequences of the form ``%d'' in command, where 'd' is a digit from 1 to 9, are replaced by the d'th following unused argument. In this case, the largest digit number of arguments are discarded for each execution of command. The options are as follows: -# Normally arguments are taken singly; the optional number -# specifies the number of arguments to be passed to command. If the number is zero, command is run, without arguments, once for each argument. If any sequences of ``%d'' occur in command, the -# option is ignored. -a c The use of the character '%' as a magic character may be changed with the -a option. -d Display the commands that would have been executed, but do not actually execute them. ENVIRONMENT
The following environment variable affects the execution of apply: SHELL Pathname of shell to use. If this variable is not defined, the Bourne shell is used. EXAMPLES
apply echo a* is similar to ls(1); apply -2 cmp a1 b1 a2 b2 a3 b3 compares the `a' files to the `b' files; apply -0 who 1 2 3 4 5 runs who(1) 5 times; and apply 'ln %1 /usr/joe' * links all files in the current directory to the directory /usr/joe. FILES
/bin/sh default shell AUTHORS
Rob Pike BUGS
Shell metacharacters in command may have bizarre effects; it is best to enclose complicated commands in single quotes (''). HISTORY
The apply command appeared in 4.2BSD. BSD
April 4, 1994 BSD
All times are GMT -4. The time now is 10:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy