Search Results

Search: Posts Made By: AlphaLexman
61,434
Posted By AlphaLexman
Try using tr -d '[blank]' instead.
Try using tr -d '[blank]' instead.
3,883
Posted By AlphaLexman
The history command in 'ksh' is actually an alias...
The history command in 'ksh' is actually an alias to hist -l.

Use the syntax as such:
hist -l 1 999Where [1] is the first line of your history, and [999] is the last line of history you are...
2,795
Posted By AlphaLexman
EDIT: aster007 explains it better! Does it...
EDIT: aster007 explains it better!

Does it work ??

From what I know [very little], it shouldn't.

The parenthetical ${text} is a character interpretation, and
The parenthetical $(num) is a...
2,865
Posted By AlphaLexman
However the 'mv' command will rename/delete the...
However the 'mv' command will rename/delete the original *.doc file.

You might be better off, logically, copying the original *.doc files to another separate directory, and then perform a 'mv...
1,440
Posted By AlphaLexman
You've got a LONG way to go my friend! The...
You've got a LONG way to go my friend!

The variable '$#' returns how many positional parameters the function has (a numerical value).

You-re setting the variable 'files' to the output of ls -a...
5,081
Posted By AlphaLexman
Why don't you just paste the text into: Word...
Why don't you just paste the text into: Word Frequency Counter (http://www.writewords.org.uk/word_count.asp)
Anyway, here is the results:
3,591
Posted By AlphaLexman
If the file data was changed, the file was...
If the file data was changed, the file was modified (-mtime).
If the directory entry is changed, say from permissions then the file is changed (-ctime).
Showing results 1 to 7 of 7

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