Search Results

Search: Posts Made By: rthomps7
Forum: Programming 01-15-2011
7,115
Posted By rthomps7
bool login() { string user[10],password[10],...
bool login()
{
string user[10],password[10], user1, password1;
ifstream myfile("idpw.txt");

cout << "Please enter your username" << endl;
cin >> user1;
cout << "Please enter your...
907
Posted By rthomps7
for file in * do first=`expr...
for file in *
do
first=`expr ${file:0:1} | tr '[:upper:]' '[:lower:]'`
last=${file:1}
mv "$file" "$first$last" >& /dev/null #hides errors if first letter is already...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 05:20 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy