Hi,
iam having the file as follows:
ABCDEFGH|0987654321234567
ABCDEFGH|0987654321234523
ABCDEFGH|0987654321234556
ABCDEFGH|0987654321234545
POIUYTRE|1234567890890678
POIUYTRE|1209867757352567
POIUYTRE|5463879088797131
POIUYTRE|5468980091344456
pls provide me the split command
... (14 Replies)
I want to compare some files.
say iam having 2 sets of files ,each is having some 10 files.
ie,
file1
1a.txt
1b.txt
1c.txt
...
file2
2a.txt
2b.txt
2c.txt
...
i need to read line by line of this files parralley..
ie.. i want to read file1 first line that is 1a.txt and file2... (2 Replies)
# set date to your spec: this is month/day/yr/hr/min/sec:
sysdate=`date '+%m/%d/%Y-%H:%M:%S'`
# get the last line before the history file is modified
tail -1 /tmp/hosthistory.txt |while read lastdate mydevices
do
echo $lastdate
echo $mydevices
done
LIST = 'ypcat hosts|| sort... (11 Replies)
Hi All,
How do I code a password with multiple special characters in it.
Example: password is P#utar&@
None of the belwo options worked
1. passwd="P#utar&@"
2. passwd='P#utar&@'
Any help will be greatly appreciated. (3 Replies)
I was trying out some new series to get it print
1
1 2
1 2 3
1 2 3 4
1 2 3 4 5
and the seond one is
1
2 2
3 3 3
4 4 4 4
5 5 5 5 5
but was unable to get the result. (5 Replies)
hi,
i am trying this while loop and i only want that it should only read food as pizza....no other entry should be taken here.
#!/usr/bin/perl -w
$food = " ";
while ( $food ne 'pizza' )
{
print 'enter what you had last night: ';
chomp ($food = <STDIN>);
#print $food ;
}
... (2 Replies)
gnome-power-preferences(1) User Commands gnome-power-preferences(1)NAME
gnome-power-preferences - gnome power preferences GUI
SYNOPSIS
gnome-power-preferences [--help] [--verbose]
DESCRIPTION
gnome-power-preferences is a GUI configuration program. It enables you to configure your preferred desktop power management policies, e.g.
blank screen when lid is closed, hibernate system when battery power is low, suspend system when power button is pressed, or let CPU fre-
quency dynamically adjust based on process load. Then, these policies are enforced by gnome-power-manager(1).
OPTIONS
This program follows the usual command line syntax, with long options starting with two dashes (`-'). A summary of options is included
below.
--help Show summary of options.
--verbose Show extra debugging.
EXAMPLES
Example 1: Launching gnome-power-preferences with the display of extra debugging messages.
example% gnome-power-preferences --verbose
EXIT STATUS
The following exit values are returned:
0 Application exited successfully
>0 Application exited with failure
FILES
The following files are used by this application:
/usr/bin/gnome-power-preferences
Executable for gnome power preferences GUI
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWgnome-power-manager |
+-----------------------------+-----------------------------+
|Interface stability |Volatile |
+-----------------------------+-----------------------------+
SEE ALSO gnome-power-manager(1), gnome-power-statistics(1), attributes(5)NOTES
This manual page was written by Oliver Grawert ogra@ubuntu.com for the Debian system.
Updated by Simon Zheng, Sun Microsystems Inc., 2008.
SunOS 5.11 18 Feb 2008 gnome-power-preferences(1)