#!/bin/sh
# Wed Feb 11 02:54:00 EST 2004
# NAME: phdel
# Copyright 2004, Chris F.A. Johnson
# Released under the terms of the GNU General Public License
if [ "$1" = "-s" ]
then
phlist=/info/data/phones
shift
else
phlist=$HOME/.phones
fi
grep -v "$1" $phlist > /tmp/phdel$$
mv /tmp/phdel$$ $phlist

More Related Content

PPT
Owens Hunter
PDF
Indra Raj_Pat on Back
TXT
Cpsh sh
TXT
Menu func-sh(1)
TXT
Menu func-sh
TXT
Pop3stat sh
TXT
Popstat1 sh
TXT
Luhn sh
Owens Hunter
Indra Raj_Pat on Back
Cpsh sh
Menu func-sh(1)
Menu func-sh
Pop3stat sh
Popstat1 sh
Luhn sh

Viewers also liked (7)

TXT
Phadd sh
PDF
Programming collaborative-ref
PPTX
Reverse Engineering Slack
TXT
An a z index of the bash commands
TXT
An a z index of windows power shell commandss
TXT
Compound var
TXT
Xz file-format-1.0.4
Phadd sh
Programming collaborative-ref
Reverse Engineering Slack
An a z index of the bash commands
An a z index of windows power shell commandss
Compound var
Xz file-format-1.0.4
Ad

More from Ben Pope (7)

TXT
Applecmdlista zs
TXT
Pop3ck sh
TXT
Mkscript sh
TXT
Logrotate sh
TXT
Getfilestruct zbksh
TXT
Getfilestruct zbksh(1)
TXT
Bouncingballs sh
Applecmdlista zs
Pop3ck sh
Mkscript sh
Logrotate sh
Getfilestruct zbksh
Getfilestruct zbksh(1)
Bouncingballs sh
Ad

Recently uploaded (20)

PPTX
Introduction: Living in the IT ERA.pptx
PDF
Computer Networking, Internet, Casting in Network
PDF
Paper: World Game (s) Great Redesign.pdf
PPTX
IT-Human Computer Interaction Report.pptx
PPTX
using the citation of Research to create a research
PDF
Public for study about wiring to confirm.
PDF
JuanConnect E-Wallet Guide for new users.pdf
PPTX
购买林肯大学毕业证|i20Lincoln成绩单GPA修改本科毕业证书购买学历认证
PDF
Slides World Games Great Redesign Eco Economic Epochs.pdf
PPTX
Slides World Games Great Redesign Eco Economic Epochs.pptx
PDF
healthwealthtech4all-blogspot-com-2025-08-top-5-tech-innovations-that-will-ht...
PDF
Virtual Guard Technology Provider_ Remote Security Service Solutions.pdf
PPTX
Partner to Customer - Sales Presentation_V23.01.pptx
DOCX
Memecoinist Update: Best Meme Coins 2025, Trump Meme Coin Predictions, and th...
DOCX
MLS 113 Medical Parasitology (LECTURE).docx
PPTX
Concepts of Object Oriented Programming.
PPTX
Digital Project Mastery using Autodesk Docs Workshops
PDF
Lesson.-Reporting-and-Sharing-of-Findings.pdf
PPTX
Artificial_Intelligence_Basics use in our daily life
PDF
ilide.info-huawei-odn-solution-introduction-pdf-pr_a17152ead66ea2617ffbd01e8c...
Introduction: Living in the IT ERA.pptx
Computer Networking, Internet, Casting in Network
Paper: World Game (s) Great Redesign.pdf
IT-Human Computer Interaction Report.pptx
using the citation of Research to create a research
Public for study about wiring to confirm.
JuanConnect E-Wallet Guide for new users.pdf
购买林肯大学毕业证|i20Lincoln成绩单GPA修改本科毕业证书购买学历认证
Slides World Games Great Redesign Eco Economic Epochs.pdf
Slides World Games Great Redesign Eco Economic Epochs.pptx
healthwealthtech4all-blogspot-com-2025-08-top-5-tech-innovations-that-will-ht...
Virtual Guard Technology Provider_ Remote Security Service Solutions.pdf
Partner to Customer - Sales Presentation_V23.01.pptx
Memecoinist Update: Best Meme Coins 2025, Trump Meme Coin Predictions, and th...
MLS 113 Medical Parasitology (LECTURE).docx
Concepts of Object Oriented Programming.
Digital Project Mastery using Autodesk Docs Workshops
Lesson.-Reporting-and-Sharing-of-Findings.pdf
Artificial_Intelligence_Basics use in our daily life
ilide.info-huawei-odn-solution-introduction-pdf-pr_a17152ead66ea2617ffbd01e8c...

Phdel sh

  • 1. #!/bin/sh # Wed Feb 11 02:54:00 EST 2004 # NAME: phdel # Copyright 2004, Chris F.A. Johnson # Released under the terms of the GNU General Public License if [ "$1" = "-s" ] then phlist=/info/data/phones shift else phlist=$HOME/.phones fi grep -v "$1" $phlist > /tmp/phdel$$ mv /tmp/phdel$$ $phlist