Search Results

Search: Posts Made By: analyst
12,547
Posted By frappa
Hi, sometimes aliases are defined in...
Hi,
sometimes aliases are defined in ~/.bash_aliases or ~/.bash_login

Anyway you may set an alias by command line with:

alias <alias>='<command>'

but it's valid only in the current...
12,547
Posted By Corona688
Look in /etc/profile.
Look in /etc/profile.
1,772
Posted By vbe
cd $dpath c=1 newlist=`echo $list | sed...
cd $dpath

c=1

newlist=`echo $list | sed 's/.gz//' `
newnewlist=`echo $newlist | sed 's/.fastq//' `

ls -1 $spath | while read LIST
do
echo "$c"
echo $LIST
c=$(($c+1))
done
Showing results 1 to 3 of 3

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