Sponsored Content
Full Discussion: file wont remove
Operating Systems Solaris file wont remove Post 74607 by vgersh99 on Friday 10th of June 2005 04:31:34 PM
Old 06-10-2005
Quote:
Originally Posted by DogDay
Someone taught me once to take your cat to the vet:

ls -l nmo*|cat -vet
having it come from DogDay makes it easier to remember!
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Apache wont start

Hi, like a lot of people that post here, I am new at UNIX. The only UNIX I have ever messed with is my iBook running MacOSX (10.1). I have a grasp of the basic commands and understanding of the system but only to a point. I searched the archive and FreeBSD.org and apache.org but I couldn't find... (4 Replies)
Discussion started by: Alpha_Harblo
4 Replies

2. UNIX for Dummies Questions & Answers

Monitor wont come on...

I know this may not be the right forum, but here goes. Last night I was playing my favorite game Everquest and my monitor goes blank... I was able to save out of my game and shut it down... My question is this: I thought my monitor had died but this morning I was able to get it to come back... (6 Replies)
Discussion started by: Kelam_Magnus
6 Replies

3. Solaris

Solaris has a lot of bugs, fstream wont write to file correctly!

I've got a c++ program that works fine on Linux, compiles on Solaris fine with g++, but will not write to a fstream correctly in a class object. And I've run into numerous other bugs in the disk management. Jon (4 Replies)
Discussion started by: Joncamp
4 Replies

4. UNIX for Dummies Questions & Answers

head command wont work on MF file

I am trying to do a head on a mainframe file and on doing ti just gives me a blank screen with nothing on it. however, when i do a tail for the same file...i get a few lines on the screen. i know tht mainframe files have all the records on one line...does this have to do something with this.... (10 Replies)
Discussion started by: alfredo123
10 Replies

5. UNIX for Advanced & Expert Users

Xwindows wont start

I have one machince where X crashes with some weird error on boot... Fatal server error: Cannot move old logfile "/var/log/XFree86.0.log.old" This is running redhat enterprise ES 3, I cant figure out how to get past this error. I have tried deleting the logfiles and recreating them, however... (1 Reply)
Discussion started by: frankkahle
1 Replies

6. UNIX for Dummies Questions & Answers

file wont execute

sh filename and it gives me an error saying the file doesnt exist but it definately does. (4 Replies)
Discussion started by: iago
4 Replies

7. HP-UX

Wont boot

I am new to HP-UX. I have a external SCSI drive with HP-UX on it. I was trying to clone it to another external scsi drive. I added the new drive to existing LVM. Then I used dd command. But it failed with I/O error. Now I cannot boot it from original drive. It's saying panic: LVM: Configuration... (11 Replies)
Discussion started by: forhad
11 Replies

8. UNIX for Dummies Questions & Answers

ypbind wont bind?

Well one problem down and another just pops up. I run ypbind and I see Starting NIS service: Binding NIS service: Shutting down NIS service: To my knowledge everything is configured properly. I ran tcpdump on the machine running ypserv to see... (9 Replies)
Discussion started by: Colton
9 Replies

9. HP-UX

emacs wont run

hi i keep getting this error message when i try and run emacs: /usr/lib/dld.sl: Unresolved symbol: pthread_mutex_init (code) from ./emacs Abort any ideas? thanks ed. (4 Replies)
Discussion started by: deusprogrammer
4 Replies
Text::Sass::Functions(3pm)				User Contributed Perl Documentation				Text::Sass::Functions(3pm)

NAME
Text::Sass::Functions VERSION
$LastChangedRevision: 59 $ SYNOPSIS
DESCRIPTION
SUBROUTINES
/METHODS new Creates a new object. rgb(red, green, blue) Converts triplet into a color. red(color) Returns the red part of a color. green(color) Returns the green part of a color. blue(color) Returns the blue part og a color. mix(color1, color2, weight = 50%) Mixes two colors together. hsl(hue, saturation, lightness) Converts as hsl triplet into a color. hue(color) Returns the hue part of a color. saturation(color) Returns the saturation part of a color. lightness(color) Returns the lightness part of a color. adjust_hue(color) Changes the hue of a color, can be called as adjust-hue. lighten(color, amount) Makes a color lighter. darken(color, amount) Makes a color darker. saturate(color, amount) Makes a color more saturated. desaturate(color, amount) Makes a color less saturated. grayscale(color) Converts a color to grayscale. complement(color) Returns the complement of a color. unquote(str) Removes the quotes from a string. quote(str) Adds quotes to a string. percentage(num) Converts a unitless number to a percentage. round(num) Rounds a number to the nearest whole number. ceil(num) Rounds a number up to the nearest whole number. floor(num) Rounds a number down to the nearest whole number. abs(num) Returns the absolute value of a number. unit(num) Returns the unit of a value. unitless(num) Returns true if the number has no unit. DIAGNOSTICS
CONFIGURATION AND ENVIRONMENT
DEPENDENCIES
strict warnings Carp POSIX Readonly Convert::Color Text::Sass::Expr INCOMPATIBILITIES
BUGS AND LIMITATIONS
Missing alpha routines rgba & hsla methods. mix() doesn't support weight. AUTHOR
Author: BjA~Xrn-Olav Strand LICENSE AND COPYRIGHT
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.10 or, at your option, any later version of Perl 5 you may have available. perl v5.14.2 2012-04-05 Text::Sass::Functions(3pm)
All times are GMT -4. The time now is 06:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy