answersLogoWhite

0

tr [:lower:] [:upper:] < /etc/passwd > somefile

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Write a program to generate uppercase using cSharp?

string s = "asdfqwer"; s = s.ToUpper(System.Globalization.CultureInfo.CurrentCulture);


Write a program using a loop to output all the letters of the alphabet in uppercase?

Here's the code for your program: # Loop through the uppercase alphabet letters for letter in range(ord('A'), ord('Z') + 1): print(chr(letter)) BTW you can use this code in Python and try it out for yourself.


When you write the word police in a sentence does it have to be uppercase?

No.


How do you write an Algorithm for a C plus plus Program?

You don't write an algorithm for a C++ program, unless you are documenting the C++ program after-the-fact. The normal procedure is to write the algorithm first, in a language independent fashion, and then translate that stated algorithm into C++ code, or into whatever language you wish.


How do you write the date in roman numerals?

ok, this site will give you a fairly good explanation of how it's done. most people just translate directly but it doesn't quite work that way. http://www.web40571.clarahost.co.uk/roman/calco1.htm


How to write post code in uppercase letters?

Nashik road


Write a program to initialize a character and print whether it is uppercase lowercase or special character in java module 1?

I'll just write a function to do that, I hope the good people won't try to run it as it is.... void function() { char c = 'a'; if( c &gt;= 'a' &amp;&amp; c &lt;='z' ) System.out.println("LowerCase"); else if( c&gt;='A' &amp;&amp; c &lt;='Z' ) System.out.println("UpperCase"); else System.out.println("Special Character"); }


Write a program convert a string from uppercase to lower case and vice-versa without using string tolower and string toupper commands in TCL?

[ string toupper $str ] or [ string tolower $str ]


How do you write roman numreral 2-5-74?

Ii - v - lxxiv Of course when I gave this answer, it was all in uppercase. II, V, and LXXIV, all uppercase.


How do you write algorithm for java program?

An "algorithm" is a method to solve a problem. These methods are more or less independent of the language. First you think about how you will solve a certain problem, step by step. Then you translate this into a computer program.


Can you write salutation in upper case?

Yes, salutations can be written in uppercase. For example, you might write &quot;DEAR JOHN,&quot; or &quot;HELLO EVERYONE,&quot; depending on the context. Using uppercase can emphasize the salutation, but it's important to consider the tone and formality of your message.


How do you write small 1?

The number one "1" does not have an uppercase/lower case version.