Introduction to PowerShell for Unix People by Powershell.org - HTML preview
PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.
Download the book in PDF, ePub, Kindle for a complete version.
3. commands summary
alias (set aliases)
![]()
alias (show aliases)
![]()
apropos
![]()
basename
![]()
cal
No equivalent, but see the script at http://www.vistax64.com/powershell/17834-unix-cal-command.html</a>
cd
![]()
clear
![]()
date
![]()
date -s
![]()
df -k
![]()
dirname
![]()
du
No equivalent, but see the link
echo
![]()
echo -n
![]()
| egrep -i sql
![]()
egrep -i
![]()
egrep
![]()
egrep -v
![]()
env
![]()
or
get-variable
errpt
![]()
export PS1=”$ “
![]()
find
![]()
for (start, stop, step)
![]()
head
![]()
history
![]()
history | egrep -i ls
![]()
hostname
![]()
if-then-else
![]()
if [ -f “$FileName” ]
![]()
kill
![]()
less
![]()
locate
![]()
ls
![]()
ls -a
![]()
ls -ltr
![]()
lsusb
![]()
mailx
![]()
man
![]()
more
![]()
mv
![]()
pg
![]()
ps -ef
![]()
ps -ef | grep oracle
![]()
pwd
![]()
read
![]()
rm
![]()
script
![]()
sleep
![]()
sort
![]()
sort -uniq
![]()
tail
![]()
tail -f
![]()
time
![]()
touch - create an empty file
![]()
touch - update the modified date
![]()
wc -l
![]()
whoami
![]()
whence or type
![]()
unalias
![]()
uname -m
![]()
uptime
![]()
\ (line continuation)
![]()
