Search Results

Search: Posts Made By: ftrobaugh
5,896
Posted By ftrobaugh
Well, that was easy. I am using bash. I...
Well, that was easy.

I am using bash. I have been having success working with loops and variables, and what I want to do is get a list of directories in my current directory, and with a...
5,896
Posted By ftrobaugh
Given that I don't understand what an exit status...
Given that I don't understand what an exit status is, I was afraid that would be your answer. I just started trying to understand this stuff, and I am sure that one day I will get it. Thanks for...
5,896
Posted By ftrobaugh
Cool. Thanks. I am quite a newbie at this, but...
Cool. Thanks. I am quite a newbie at this, but I think I understand. So || means OR?

e.g. command1 || command2

Command2 would be executed only if command1 is not executed. Correct?
5,896
Posted By ftrobaugh
Thanks so much. I could not find any answer to...
Thanks so much. I could not find any answer to what "&&" means, but I think it is a way to separate many commands so you can write them all on a single line. Is that correct?
5,896
Posted By ftrobaugh
Move all files one directory level up
I want to move all the files in a given directory up one level.

For example:

Dir1
Subdir1


I want to move all the files in Subdir1 up to Dir1 (then I want to ultimately delete Subdir1)
...
Showing results 1 to 5 of 5

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