Software :: Shell Giving Default Uppercase Letters
Dec 8, 2010my shell is giving default upper case letter.where and what changes i need to make so that it should give lower case letter..
View 5 Repliesmy shell is giving default upper case letter.where and what changes i need to make so that it should give lower case letter..
View 5 RepliesI'm working on changing some badly named files, lots of them. I have a little script I use to change uppercase to lowercase:
[Code]....
Bear in mind all these files have appropriate numbers in the front of each filename. I need help to change ONLY the first letter after each underscore to an uppercase letter. I'm sure this can be done but I've done so much searching in forums and with Google/linux until I'm scrambled.
I want to change my default shell to tcsh. I used
Code:
usermod -s /bin/tcsh username
command as given at url
But if I open a new shell, it is still a bash shell.
How do I make my default shell as tcsh?
Recently I faced a problem in typing in English in OpenSuse 11.3.When I try to type in English it shows me Greek letter and worse than that I think it is really Greek (not only in font) because when I enter my passwords or try to type a command in terminal I get error,I tested with UK and USA and all other English languages and I still have this problem. I even do reset in my keyboard layout setting and in KDE setting but it didn't help.
View 3 Replies View RelatedI have downloaded Fedora 12. How do I find out what the default shell is been used? I wish to determine a user's default shell.
View 3 Replies View Relatedanyone knows how to change the default width for shell window in Linux(Ubuntu), so that I don't have to re-size it every time I open it up?
View 2 Replies View Relatedi'm pretty new to ubuntu. I was "playing" trying to change my default shell and failed. Now, after logging in, i open a terminal window and type "su". Ubuntu asks me a password, i give my password and i get this error "unable to execture /bin/bsd-csh: file or directory does not exist". Any idea on how to solve this problem restoring my old shell.
View 2 Replies View RelatedI'm running ubuntu natty with gnome 3 installed. I was installing some gnome 3 shell themes, and I now I want to revert back to the default gnome 3 shell theme (adwaita) but i forgot to back it up (I thought I had) I'm just wondering where I could find this shell online. How do I revert back to where I was.
View 3 Replies View RelatedI have looked almost everywhere for how to change my default shell prompt. When I open my bash shell, the prompt is [fedora-dev@Fedora-Dev Documents]$. I would like it to open at fedora-dev@Fedora-Dev]$.
Can someone tell me where to change this at. I have looked in .bashrc, etc/profile, and environmental variables.
I want to make gnome shell my default window manager. I have it installed, and can get it to run from the terminal with gnome-shell --replace.
the effects aren't permanent though. I tried setting gnome-shell to be a start up application but this hasn't worked. I dont want to remove compiz or metacity before knowing if I can get gnome-shell to run by default somehow.
So, how can I get gnome-shell to be my default windows manager?
Is there a way to make it so that opening an executable text file will automatically run, rather than prompt me to run, edit, or something else?
View 2 Replies View RelatedI came across this script a while back that i found. What i want to do is edit the script to create a default web page in /var/www/html a new user is added through the script.What the script does now is adds a user and sets a password for the user. What possible way (either through a combination of python or c or some other language) could i add to the shell script to do this? I've tried just dointhe command to touch index.html /var/www/html but it puts it on the desktop. Here's the script....
Code:
#!/bin/bash
# Script to add a user to Linux system
[code]...
How i put `hostname` in uppercase in this case:date +"%Y%m%d%T" > date_`hostname`.txt Best wishes,Andr Barradas
View 3 Replies View Relatedhow can I get the default wallpaper GNOME-Shell (such blue with stripes)? the text translated by Google Translator
View 1 Replies View RelatedI have a file partially like this
209 c 89
215 a 76
603 B 190
626 f 240
I want to separate this file into two sub-files based on the lowercase and uppercase of column 2 so that the sub-files are like
file1
209 c 89
215 a 76
626 f 240
file2
603 B 190
I have users created in Linux box with lowercase name, from one of my DB team from AS400 server they are trying to run a script from which they could only pass usernames only in "uppercase".
my question is how to allow the username if it comes in uppercase in linux (note: lowercase user shhudnt be changed to uppercase as well we shudnt add new user in uppercase)
In my perl script I'd like to test if a string is written in uppercase letters or not. How can I do that? This type of test don't seem to work, so there must be other ways of doing this:
Code:
...return true.
I can create a subroutine that compares each character aginst a list of uppercase letters, but I'm hoping there's allready a build in routine in perl that does this...
I'm trying to learn to rename files with the command line, and after browsing around a lot of pages I finally found a command that uppercases the first letter of a file, but the problem is that I want to understand the meaning of each command. The command is:
for i in *; do new=`echo "$i" | sed -e 's/^./U&/'`; mv "$i" "$new";done
I understand the 'for' kinda... but not the 'echo' or '`' and especially the sed command.
Kernel 2.6.21.5, Slackware 12.0
As a result of having mixed files from different filesystems, I have, in directory foo/, files with filenames in uppercase and files with filenames in lowercase. If I want to convert them to all uppercase how do I do it? Consider this will be later recorded into optical discs.
We're syncing users from Active Directory over to our linux LDAP server (Red Hat Directory Server). The user names on the AD side are all written in uppcase letters, which is the company policy.The uppername usernames causes problems when setting up /etc/sudoers, since uppercase words are interpreted as aliases. For example, if I add user KENNETH to a User_Alias (i.e. something like "User_Alias ADMINS = KENNETH"), I will get a warning from visudo which expects KENNETH to be an alias and thus not a username. Despite the warning, sudo does seem to work correctly. But is there a way to tell visudo or sudo that usernames are uppercase, and should not trigger a warning? Or are there other ways to go about this sort of thing?
View 2 Replies View Relatedhow to enable the Gnome Shell with an AMD 6950 graphics card and the default Fedora 15 drivers? I may try the AMD Catalyst proprietary drivers but from history those usually lag behind the Fedora versions. I also read some people had issues with the current AMD Catalyst drivers in the Catalyst guide thread.
Also, the AMD 6950 graphics card fan is at full speed all the time in Fedora 15. I do believe you can with the Catalyst drivers using aticonfig but was wondering about the default Fedora 15 drivers?
We have an application that on a SCO box that we are converting to Linux.Basically it mount a CDROM drive and pulls data files off of it. We can mount the drive and it displays all the file/directory names in uppercase. Is there a way to do it in Linux?
View 2 Replies View RelatedI'm trying to convert all file extensions for files in many sub-directories from uppercase to lowercase. I have two problems, how to list the absolute path to the files recursively over many sub-directories for which I so far have this:-
Code:
find ~/Photos -print which would be fine, except it gives the directories on their own when it finds them rather than just the files with absolute paths. I couldn't find a switch for the "ls" command to do this, so I had to improvise with "find". and once I get grab each absolute file name, to just change the file extension rather than the entire file, which is what I have at the moment.
[Code]..
shell script to convert file names from UPPERCASE to lowercase file names or vice versa in linux
View 6 Replies View RelatedI am trying to write a bash script that will extract a .cbr (.rar) file, traverse the extracted files in alphabetical order and rename them 001.JPG, 002.JPG, 003.JPG, etc.So far I only have this much to extract it:
Code:
#!/bin/bash
#
[code]....
Is anyone else seeing the default icon in GNOME Shell instead of the usual Firefox icon? I am talking about the default icon that looks like a purple diamond.
View 2 Replies View RelatedOOo doesn't let me type uppercase word "HTTP". It always converts it to lowercase afterwards. I tried to turn off automatic URL recognition, but it doesn't help.
View 5 Replies View RelatedWhen I started the PC like always, it started normal been having issues actually, every time I start up the PC it freezes when I put the password in and its going to the desktop and stuff, then I have to re-start it or it re-starts itself, or just go to where I have to type in the password again, and then it does it again after a while, after 3 or 4 times of that it goes to the desktop normally and works fine, but today it took some time, and after it finally loaded the panel was all odd, everything appeared in block letters, like when Mozilla can't recognize certain language it just shows you blocks, that appears, but I check the system, where images and all that, everything appears normal, it only seems to be the panel.
wondering if its that I need to re-install the panel, or something else, also this odd file appeared too, it says (invalid coding) next to it, when I go to upload an image or something the files there, I wonder if that has something to do, or maybe its just been there who knows (and the freezing part too), anyways, I'm new here so I don't really know if this place was the right place to post this up OTL theres a screenshot in an attachemnt thing (if I put it up, it would appear to big)
What's a simple way to print something with a font where the letters have dark outlines around them and a white interior? Is there a combination of settings and fonts in Open Office that would achieve that? I want to print on ordinary 8 1/2 by 11 inch paper.
View 1 Replies View RelatedI type characters with an overbar, like the NOT symbol in math, when in a linux SSH shell with no GUI?
View 3 Replies View Related