Search Results

Search: Posts Made By: freddie88
1,596
Posted By freddie88
guess no one wants to help me......:confused:
guess no one wants to help me......:confused:
5,388
Posted By freddie88
ls -lia | sed -n l $ls -lia | sed -n l ...
ls -lia | sed -n l

$ls -lia | sed -n l
total 27$
8245 drwxr-xr-x 2 schroeks x_exp 512 Jul 23 12:58 .$
8242 drwxr-xr-x 4 root x_exp 512 Jun 03 21:32 ..$
8261...
5,388
Posted By freddie88
this is my home directory (current) this is a...
this is my home directory (current) this is a script that I ran multiple times and then noticed there was several empty files with the same name in the directory

xxxxxxxxxx $ls -l
total 5...
5,388
Posted By freddie88
this is my home directory and that is a good...
this is my home directory and that is a good question about duplicate file names... these were created from a script I ran and could not remove after script was completed (ran script multiple times...
5,388
Posted By freddie88
Tried rm *rrd21CEM* and still did not remove the...
Tried rm *rrd21CEM* and still did not remove the file
5,388
Posted By freddie88
Sorry forgot to copy that part! :( lpiva8026...
Sorry forgot to copy that part! :(
lpiva8026 $rm rrd21CEM
rm: rrd21CEM: A file or directory in the path name does not exist.
1,596
Posted By freddie88
#!/bin/bash clear echo "Please enter the date...
#!/bin/bash
clear
echo "Please enter the date for CD info wanted: \c"
read rrd_date
echo "Please enter CEC CEM or CEP: \c"
read file_name
sleep 2
# Create the output file with CEC CEP or CEM...
5,388
Posted By freddie88
remove files from a directory
I have some empty files that were created from a script I ran that I cannot delete using the rm command.... any ideas as how I can delete them?

-rw-r--r-- 1 schroeks x_exp 0 Jul...
1,596
Posted By freddie88
First go at scripting
I am in the process of writing my first script using Bash and not sure where to go from here and wondered if you could help a bit…. I am trying to go through Connect Direct files and search for a...
Showing results 1 to 9 of 9

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