Sponsored Content
Top Forums Shell Programming and Scripting Make all words begin with capital letter? Post 302753347 by Corona688 on Tuesday 8th of January 2013 12:23:41 PM
Old 01-08-2013
Quote:
Originally Posted by binlib
Code:
bash$ set -- are utilities ready for hurricane sandy
bash$ echo "${@^}"
Are Utilities Ready For Hurricane Sandy

That is a very neat trick!
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Transformation capital letter

:confused: Hye everybody i would like to know if exist a internet site where i can founs some interesting shell script very usefull I need to transform hundreds names of files escribed in CAPITAL letter in minuscule letter do oyu know a mean o do that that thanks to a script or a shell... (1 Reply)
Discussion started by: Dark Angel
1 Replies

2. Shell Programming and Scripting

how to find capital letter names in a file without finding words at start of sentence

Hi, I want to be able to list all the names in a file which begin with a capital letter, but I don't want it to list words that begin a new sentence. Is there any way round this? Thanks for your help. (1 Reply)
Discussion started by: kev269
1 Replies

3. Shell Programming and Scripting

search for words with capital leters

Hi, I just want to search a file for any words containng a capital letter and then display these words only as a list I have been trying grep but to no has not helped.(im using the bash shell) (7 Replies)
Discussion started by: djdaniel3
7 Replies

4. Shell Programming and Scripting

converting day to capital letter...

Hello, I am receiving a file every day as this format. Since today is friday, the format is, PGI_STG_FRIDAY14.TXT. I need to write the shell script to check if this file exist in folder... I am using date format.. export DATE=`date '+%A'` echo $DATE The output is Friday But i... (8 Replies)
Discussion started by: govindts
8 Replies

5. Shell Programming and Scripting

[Solved] check if chars is a capital letter and translate it

how can i check if read -n 1 LETTER; LETTER is a capital letter and after translate in minuscule. i have thought with: tr or no? (7 Replies)
Discussion started by: tafazzi87
7 Replies

6. Shell Programming and Scripting

Match groups of capital words using gawk

Hi I'd like to extract from a text file, using gawk, the groups of words beginning with a capital letter, that are not at the begining of a sentence (i.e. Not after a full stop and a pace ". "), including special characters like registered or trademark (® or ™ ). For example I would like to... (1 Reply)
Discussion started by: louisJ
1 Replies

7. Shell Programming and Scripting

Counting all words that start with a capital letter in a string using python dictionary

Hi, I have written the following python snippet to store the capital letter starting words into a dictionary as key and no of its appearances as a value in this dictionary against the key. #!/usr/bin/env python import sys import re hash = {} # initialize an empty dictinonary for line in... (1 Reply)
Discussion started by: royalibrahim
1 Replies

8. Shell Programming and Scripting

Gawk gensub, match capital words and lowercase words

Hi I have strings like these : Vengeance mitt Men Vengeance gloves Women Quatro Windstopper Etip gloves Quatro Windstopper Etip gloves Girls Thermobite hooded jacket Thermobite Triclimate snow jacket Boys Thermobite Triclimate snow jacket and I would like to get the lower case words at... (2 Replies)
Discussion started by: louisJ
2 Replies

9. Shell Programming and Scripting

Replace the first letter of each line by a capital

Hi, I need to replace, as the title says, the first letter of each line (when it's not a number) by the same letter, but capital. For instance : hello Who 123pass Would become : Hello Who 123pass Is there a way with sed to do that ? Or other unix command ? Thank you :) (7 Replies)
Discussion started by: ganon551
7 Replies
lifinit(1)						      General Commands Manual							lifinit(1)

NAME
lifinit - write LIF volume header on file SYNOPSIS
nnn] nnn] string] nnn] nnn] nnn] file DESCRIPTION
writes a LIF volume header on a volume or file. Options recognizes the following options and command-line arguments which can appear in any order: Sets volume size to nnn bytes. If nnn is not a multiple of 256, it is rounded down to the next such multiple. Sets directory size to nnn file entries. If nnn is not an integer multiple of 8, it is rounded up to next such multiple. Sets the volume name to be string. If the option is not specified, the volume name is set to the last component of the path name specified by file. A legal LIF volume name is 6 characters long and is limited to uppercase letters (A-Z), digits (0-9) and the underscore character (_). The first character (if any) must be a letter. The utility automatically performs translation to create legal LIF volume names. Therefore, all lowercase letters are converted to uppercase, and all other characters except numeric and underscore are replaced with a capital letter If the volume name does not start with a letter, the volume name is preceded by a capital letter The volume name is also right-padded with spaces or truncated as needed to be six characters long. If is used with no string, the default volume name is set to 6 spaces. set the initial system load (ISL) start address to nnn in the volume label. This is useful when building boot media for Series 700/800 systems. specifies the length in bytes of the ISL code in the LIF volume. set the ISL entry point to nnn bytes from the beginning of the ISL. For example, specifying means that the ISL entry point is 3272 (decimal) bytes from the beginning of the ISL object module. forces the directory start location to be the nearest multiple of nnn x 1024 bytes from the beginning of the volume. This is necessary for booting Series 700/800 systems from LIF media. If file does not exist, a regular HP-UX disk file is created and initialized. The default values for volume size are 256 kilobytes for regular files, and the actual capacity of the device for device files. The default directory size is a function of the volume size. A percentage of the volume size is allocated to the volume directory as fol- lows: | Volume Size | Directory Size ------------+---------------- < 2MB | ~1.3% > 2MB | ~0.5% Each directory entry occupies 32 bytes of storage. The actual directory space is subject to the rounding rules stated above. RETURN VALUE
returns exit code 0 if the volume is initialized successfully. Otherwise it prints a diagnostic message and returns nonzero. EXAMPLES
Initialize file to be a LIF volume containing 500000 bytes with 10 directory file entries: Initialize device as a LIF volume using default initialization conditions (device must not be a mounted file system device): WARNINGS
To prevent media corruption, do not terminate lifinit once it has started executing. AUTHOR
was developed by HP. SEE ALSO
lifcp(1), lifls(1), lifrename(1), lifrm(1), lif(4). lifinit(1)
All times are GMT -4. The time now is 05:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy