Search Results

Search: Posts Made By: eminjan
2,742
Posted By eminjan
thank you so much, it is working fine now,...
thank you so much, it is working fine now, cheers:b::b::b::b::b:
2,742
Posted By eminjan
please help with Bash Scripting????
Hi,
can anyone help me with my scrip please. I wanted do following tasks:
1. List all the directory

2. A STDIN to ask user to enter a directory name from listed directories

3. command to...
2,214
Posted By eminjan
this is what I have done so far, ...
this is what I have done so far,

#!/bin/bash
find . -type d
echo -e "Please Enter A Directory name :"
read dir
if[ -d $dir]
then
echo Directory found
else
echo Directory not found, please...
2,214
Posted By eminjan
bash scripting help!!
Hi,
can anyone help me with my scrip please. I wanted do following tasks:
1. List all the directory

2. A STDIN to ask user to enter a directory name from listed directories

3. command to...
Showing results 1 to 4 of 4

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