Search Results

Search: Posts Made By: justleen
Forum: Solaris 06-02-2009
4,540
Posted By justleen
this might help Rosetta Stone for Unix...
this might help
Rosetta Stone for Unix (http://www.bhami.com/rosetta.html)
Forum: Solaris 06-02-2009
3,118
Posted By justleen
Or this find . -type f -exec grep -v -H "Export...
Or this
find . -type f -exec grep -v -H "Export terminated successfully without warnings" {} \;
7,940
Posted By justleen
~$ ls -la file* -rw-r--r-- 1 leen leen 0...
~$ ls -la file*
-rw-r--r-- 1 leen leen 0 2009-06-02 22:02 file

~$ mv file file_`ls -l --time-style=+%G%d%H%M%S |awk '{print $6}'|tail -1`

~$ ls -la file*
-rw-r--r-- 1 leen leen 0 2009-06-02...
Forum: Open Source 02-15-2008
199,247
Posted By justleen
I've used Red Hat (enterprise and fedora), played...
I've used Red Hat (enterprise and fedora), played around with slackware and gentoo, and had LFS for the kicks of it.. But for a (home!)desktop enviroment I like Ubuntu best..out of the box...
82,482
Posted By justleen
I ran into the same problem.. i needed to pass...
I ran into the same problem.. i needed to pass variables to the sftp batch..

As a "solution" i found this:
touch sftp_batch
for files in `ls -1 /dir` ; do
{
echo "get $files" >> sftp_batch
}...
Showing results 1 to 5 of 5

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