Search Results

Search: Posts Made By: DDoS
Forum: Ubuntu 05-26-2009
7,873
Posted By DDoS
cannot mount volume
Hi
I have recently install ubuntu on my laptop. I have tried to access my external drive wich is NTFS format but i get the following error: ´Cannot mount volume´

Can someone help me please??
2,028
Posted By DDoS
printf problem
I have the following code:

$ awk '{ printf "%-10s %s\n", $1, $2, $3, $4, $5, $5, $6 }' file
i can only print the first 2 elements ($1,$2). How can i print all the elements to appear like this: ...
4,519
Posted By DDoS
it works fine! thank u very much!!:p
it works fine! thank u very much!!:p
4,519
Posted By DDoS
I have this code.The case works but i get the...
I have this code.The case works but i get the following error
for while: [:missing `]'

VALID="false"
while ["$VALID" != "true"]
do
case $input in
\[*\]) echo Input is ok
...
4,519
Posted By DDoS
The solution are working guys but i want it to be...
The solution are working guys but i want it to be like a loop.The user cannot exit unless he enters the correct input
Thanks anw
4,519
Posted By DDoS
validate input
the user inputs names that have to be inside square brackets
[John,Dan]
I want to check if the user puts the brackets and if not ask him to re-enter the names
5,311
Posted By DDoS
the user inputs names that have to be inside...
the user inputs names that have to be inside square brackets
[John,Dan]
I want to check if the input is correct...
5,311
Posted By DDoS
can u help me on how to check that the user...
can u help me on how to check that the user inputs the following format on variable([a,b,c])?
5,311
Posted By DDoS
thank you VERY much!!It works perfectly!!:D
thank you VERY much!!It works perfectly!!:D
5,311
Posted By DDoS
use awk to search a file using variable given from user
Hi!

I want to print selected lines from a file using awk.The file contains 6 columns(dates,time,title,description,location and attendees). So i ask the user to insert the date that he wants to...
2,820
Posted By DDoS
well i have another issue..Don't know if you can...
well i have another issue..Don't know if you can help me..
I read a variable from the user and then i use awk to search a file to find matching dates with the variable given so i can print the...
2,820
Posted By DDoS
Ok i found the problem it should be date=$(...
Ok i found the problem
it should be date=$( ckdate -f "%Y-%m-%d" ):P

it works fine
thanks a lot.appreciate your help!!
2,820
Posted By DDoS
thank u it works for time but not for the...
thank u
it works for time but not for the date.When i enter for ex. 2009-01-13 then it asks me again to enter date
2,820
Posted By DDoS
Validate Variables insert from user
Hi

Can you help me validate 2 variables?The first is an input date from the user and should be like this (yyyy-mm-dd). The second variable is an input time from the user and should be like...
Showing results 1 to 14 of 14

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